Color Hex Logo

#b878cc Color Hex

#B878CC
(184,120,204)
0 Favorites   0 Comments

Color spaces of #b878cc

RGB 184120204
HSL0.790.450.64
HSV286°41°80°
CMYK 0.100.410.00   0.20
XYZ37.382727.982960.5577
Yxy27.98290.29690.2222
Hunter Lab52.898933.5698-30.8450
CIE-Lab59.873339.2969-33.6589

#b878cc color RGB value is (184,120,204).

#b878cc hex color red value is 184, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b878cc hue: 0.79 , saturation: 0.45 and the lightness value of b878cc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111000 11001100
Octal 270 170 314
Decimal 184 120 204
Hex B8 78 CC

RGB Percentages of Color #b878cc

%36.22
%23.62
%40.16

CMYK Percentages of Color #b878cc

%10
%41
%0
%20

Triadic Colors of #b878cc

#b878cc #ccb878 #78ccb8

Analogous Colors of #b878cc

#b878cc #cc78b6 #8e78cc

Monochromatic Colors of #b878cc

#b878cc

Complementary Color

#b878cc #8ccc78

#b878cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b878cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b878cc Color CSS Codes

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

#b878cc Text Font Color

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

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


#b878cc Background Color

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

This div background color is #b878cc


#b878cc Border Color

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

This div border color is #b878cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b878cc


Comments

No comments written yet.

Please login to write comment.