Color Hex Logo

#b882cb Color Hex

#B882CB
(184,130,203)
0 Favorites   0 Comments

Color spaces of #b882cb

RGB 184130203
HSL0.790.410.65
HSV284°36°80°
CMYK 0.090.360.00   0.20
XYZ38.529330.467460.3500
Yxy30.46740.29790.2355
Hunter Lab55.197328.0029-26.1867
CIE-Lab62.055433.5989-29.7084

#b882cb color RGB value is (184,130,203).

#b882cb hex color red value is 184, green value is 130 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b882cb hue: 0.79 , saturation: 0.41 and the lightness value of b882cb is 0.65.

The process color (four color CMYK) of #b882cb color hex is 0.09, 0.36, 0.00, 0.20. Web safe color of #b882cb is #cc99cc. Color #b882cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000010 11001011
Octal 270 202 313
Decimal 184 130 203
Hex B8 82 CB

RGB Percentages of Color #b882cb

%35.59
%25.15
%39.26

CMYK Percentages of Color #b882cb

%9
%36
%0
%20

Triadic Colors of #b882cb

#b882cb #cbb882 #82cbb8

Analogous Colors of #b882cb

#b882cb #cb82ba #9482cb

Monochromatic Colors of #b882cb

#b882cb

Complementary Color

#b882cb #95cb82

#b882cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b882cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b882cb Color CSS Codes

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

#b882cb Text Font Color

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

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


#b882cb Background Color

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

This div background color is #b882cb


#b882cb Border Color

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

This div border color is #b882cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b882cb


Comments

No comments written yet.

Please login to write comment.