Color Hex Logo

#b04cca Color Hex

#B04CCA
(176,76,202)
0 Favorites   0 Comments

Color spaces of #b04cca

RGB 17676202
HSL0.800.540.55
HSV288°62°79°
CMYK 0.130.620.00   0.21
XYZ31.149618.663357.8377
Yxy18.66330.28940.1734
Hunter Lab43.201053.1035-49.1369
CIE-Lab50.290958.9897-47.6799

#b04cca color RGB value is (176,76,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001100 11001010
Octal 260 114 312
Decimal 176 76 202
Hex B0 4C CA

RGB Percentages of Color #b04cca

%38.77
%16.74
%44.49

CMYK Percentages of Color #b04cca

%13
%62
%0
%21

Triadic Colors of #b04cca

#b04cca #cab04c #4ccab0

Analogous Colors of #b04cca

#b04cca #ca4ca5 #714cca

Monochromatic Colors of #b04cca

#b04cca

Complementary Color

#b04cca #66ca4c

#b04cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04cca Color CSS Codes

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

#b04cca Text Font Color

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

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


#b04cca Background Color

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

This div background color is #b04cca


#b04cca Border Color

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

This div border color is #b04cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,76,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 #b04cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04cca


Comments

No comments written yet.

Please login to write comment.