Color Hex Logo

#b04dca Color Hex

#B04DCA
(176,77,202)
0 Favorites   0 Comments

Color spaces of #b04dca

RGB 17677202
HSL0.800.540.55
HSV288°62°79°
CMYK 0.130.620.00   0.21
XYZ31.219018.802157.8609
Yxy18.80210.28940.1743
Hunter Lab43.361452.6326-48.7629
CIE-Lab50.454958.5390-47.4189

#b04dca color RGB value is (176,77,202).

#b04dca hex color red value is 176, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b04dca hue: 0.80 , saturation: 0.54 and the lightness value of b04dca is 0.55.

The process color (four color CMYK) of #b04dca color hex is 0.13, 0.62, 0.00, 0.21. Web safe color of #b04dca is #9966cc. Color #b04dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001101 11001010
Octal 260 115 312
Decimal 176 77 202
Hex B0 4D CA

RGB Percentages of Color #b04dca

%38.68
%16.92
%44.40

CMYK Percentages of Color #b04dca

%13
%62
%0
%21

Triadic Colors of #b04dca

#b04dca #cab04d #4dcab0

Analogous Colors of #b04dca

#b04dca #ca4da6 #724dca

Monochromatic Colors of #b04dca

#b04dca

Complementary Color

#b04dca #67ca4d

#b04dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04dca Color CSS Codes

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

#b04dca Text Font Color

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

This sample text font color is #b04dca
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.


#b04dca Background Color

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

This div background color is #b04dca


#b04dca Border Color

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

This div border color is #b04dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,77,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b04dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b04dca;
  -webkit-box-shadow: 1px 1px 3px 2px #b04dca;
  box-shadow:         1px 1px 3px 2px #b04dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,77,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04dca


Comments

No comments written yet.

Please login to write comment.