Color Hex Logo

#b874bb Color Hex

#B874BB
(184,116,187)
0 Favorites   0 Comments

Color spaces of #b874bb

RGB 184116187
HSL0.830.340.59
HSV297°38°73°
CMYK 0.020.380.00   0.27
XYZ34.982226.269050.2404
Yxy26.26900.31380.2356
Hunter Lab51.253332.1394-22.2410
CIE-Lab58.291538.0995-26.4583

#b874bb color RGB value is (184,116,187).

#b874bb hex color red value is 184, green value is 116 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b874bb hue: 0.83 , saturation: 0.34 and the lightness value of b874bb is 0.59.

The process color (four color CMYK) of #b874bb color hex is 0.02, 0.38, 0.00, 0.27. Web safe color of #b874bb is #cc66cc. Color #b874bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110100 10111011
Octal 270 164 273
Decimal 184 116 187
Hex B8 74 BB

RGB Percentages of Color #b874bb

%37.78
%23.82
%38.40

CMYK Percentages of Color #b874bb

%2
%38
%0
%27

Triadic Colors of #b874bb

#b874bb #bbb874 #74bbb8

Analogous Colors of #b874bb

#b874bb #bb749b #9574bb

Monochromatic Colors of #b874bb

#b874bb

Complementary Color

#b874bb #77bb74

#b874bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b874bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b874bb Color CSS Codes

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

#b874bb Text Font Color

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

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


#b874bb Background Color

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

This div background color is #b874bb


#b874bb Border Color

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

This div border color is #b874bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b874bb


Comments

No comments written yet.

Please login to write comment.