Color Hex Logo

#b872cc Color Hex

#B872CC
(184,114,204)
0 Favorites   0 Comments

Color spaces of #b872cc

RGB 184114204
HSL0.800.470.62
HSV287°44°80°
CMYK 0.100.440.00   0.20
XYZ36.683626.584660.3246
Yxy26.58460.29680.2151
Hunter Lab51.560336.7670-33.2761
CIE-Lab58.587842.5396-35.6639

#b872cc color RGB value is (184,114,204).

#b872cc hex color red value is 184, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b872cc hue: 0.80 , saturation: 0.47 and the lightness value of b872cc is 0.62.

The process color (four color CMYK) of #b872cc color hex is 0.10, 0.44, 0.00, 0.20. Web safe color of #b872cc is #cc66cc. Color #b872cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 11001100
Octal 270 162 314
Decimal 184 114 204
Hex B8 72 CC

RGB Percentages of Color #b872cc

%36.65
%22.71
%40.64

CMYK Percentages of Color #b872cc

%10
%44
%0
%20

Triadic Colors of #b872cc

#b872cc #ccb872 #72ccb8

Analogous Colors of #b872cc

#b872cc #cc72b3 #8b72cc

Monochromatic Colors of #b872cc

#b872cc

Complementary Color

#b872cc #86cc72

#b872cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b872cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b872cc Color CSS Codes

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

#b872cc Text Font Color

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

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


#b872cc Background Color

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

This div background color is #b872cc


#b872cc Border Color

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

This div border color is #b872cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,114,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b872cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b872cc;
  -webkit-box-shadow: 1px 1px 3px 2px #b872cc;
  box-shadow:         1px 1px 3px 2px #b872cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,114,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b872cc


Comments

No comments written yet.

Please login to write comment.