Color Hex Logo

#b876cd Color Hex

#B876CD
(184,118,205)
0 Favorites   0 Comments

Color spaces of #b876cd

RGB 184118205
HSL0.790.470.63
HSV286°42°80°
CMYK 0.100.420.00   0.20
XYZ37.265027.555061.1122
Yxy27.55500.29590.2188
Hunter Lab52.492934.8557-32.2804
CIE-Lab59.484640.5876-34.8296

#b876cd color RGB value is (184,118,205).

#b876cd hex color red value is 184, green value is 118 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b876cd hue: 0.79 , saturation: 0.47 and the lightness value of b876cd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 11001101
Octal 270 166 315
Decimal 184 118 205
Hex B8 76 CD

RGB Percentages of Color #b876cd

%36.29
%23.27
%40.43

CMYK Percentages of Color #b876cd

%10
%42
%0
%20

Triadic Colors of #b876cd

#b876cd #cdb876 #76cdb8

Analogous Colors of #b876cd

#b876cd #cd76b7 #8d76cd

Monochromatic Colors of #b876cd

#b876cd

Complementary Color

#b876cd #8bcd76

#b876cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b876cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b876cd Color CSS Codes

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

#b876cd Text Font Color

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

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


#b876cd Background Color

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

This div background color is #b876cd


#b876cd Border Color

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

This div border color is #b876cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b876cd


Comments

No comments written yet.

Please login to write comment.