Color Hex Logo

#b294dc Color Hex

#B294DC
(178,148,220)
0 Favorites   0 Comments

Color spaces of #b294dc

RGB 178148220
HSL0.740.510.72
HSV265°33°86°
CMYK 0.190.330.00   0.14
XYZ41.868335.812172.4159
Yxy35.81210.27890.2386
Hunter Lab59.843220.1589-29.8562
CIE-Lab66.376125.3701-32.5496

#b294dc color RGB value is (178,148,220).

#b294dc hex color red value is 178, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b294dc hue: 0.74 , saturation: 0.51 and the lightness value of b294dc is 0.72.

The process color (four color CMYK) of #b294dc color hex is 0.19, 0.33, 0.00, 0.14. Web safe color of #b294dc is #9999cc. Color #b294dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010100 11011100
Octal 262 224 334
Decimal 178 148 220
Hex B2 94 DC

RGB Percentages of Color #b294dc

%32.60
%27.11
%40.29

CMYK Percentages of Color #b294dc

%19
%33
%0
%14

Triadic Colors of #b294dc

#b294dc #dcb294 #94dcb2

Analogous Colors of #b294dc

#b294dc #d694dc #949adc

Monochromatic Colors of #b294dc

#b294dc

Complementary Color

#b294dc #bedc94

#b294dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b294dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b294dc Color CSS Codes

.mybgcolor {background-color:#b294dc; } 
.myforecolor {color:#b294dc; }
.mybordercolor {border:3px solid #b294dc; }

#b294dc Text Font Color

<p style="color:#b294dc">Text here</p>

This sample text font color is #b294dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b294dc Background Color

<div style="background-color:#b294dc">
Div content here</div>

This div background color is #b294dc


#b294dc Border Color

<div style="border:3px solid #b294dc">
Div here</div>

This div border color is #b294dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,148,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b294dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b294dc;
  -webkit-box-shadow: 1px 1px 3px 2px #b294dc;
  box-shadow:         1px 1px 3px 2px #b294dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,148,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b294dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b294dc;
  -webkit-box-shadow: 1px 1px 3px 2px #b294dc;
  box-shadow:         1px 1px 3px 2px #b294dc;">
Div content here</div>

This div box has shadow with color #b294dc


Comments

No comments written yet.

Please login to write comment.