Color Hex Logo

#b874cc Color Hex

#B874CC
(184,116,204)
0 Favorites   0 Comments

Color spaces of #b874cc

RGB 184116204
HSL0.800.460.63
HSV286°43°80°
CMYK 0.100.430.00   0.20
XYZ36.911627.040860.4007
Yxy27.04080.29680.2175
Hunter Lab52.000835.7029-32.4669
CIE-Lab59.012141.4637-35.0015

#b874cc color RGB value is (184,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110100 11001100
Octal 270 164 314
Decimal 184 116 204
Hex B8 74 CC

RGB Percentages of Color #b874cc

%36.51
%23.02
%40.48

CMYK Percentages of Color #b874cc

%10
%43
%0
%20

Triadic Colors of #b874cc

#b874cc #ccb874 #74ccb8

Analogous Colors of #b874cc

#b874cc #cc74b4 #8c74cc

Monochromatic Colors of #b874cc

#b874cc

Complementary Color

#b874cc #88cc74

#b874cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b874cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b874cc Color CSS Codes

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

#b874cc Text Font Color

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

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


#b874cc Background Color

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

This div background color is #b874cc


#b874cc Border Color

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

This div border color is #b874cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b874cc


Comments

No comments written yet.

Please login to write comment.