Color Hex Logo

#b992cd Color Hex

#B992CD
(185,146,205)
0 Favorites   0 Comments

Color spaces of #b992cd

RGB 185146205
HSL0.780.370.69
HSV280°29°80°
CMYK 0.100.290.00   0.20
XYZ41.305935.279862.3902
Yxy35.27980.29720.2539
Hunter Lab59.396820.1886-20.7003
CIE-Lab65.965925.4270-24.7970

#b992cd color RGB value is (185,146,205).

#b992cd hex color red value is 185, green value is 146 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b992cd hue: 0.78 , saturation: 0.37 and the lightness value of b992cd is 0.69.

The process color (four color CMYK) of #b992cd color hex is 0.10, 0.29, 0.00, 0.20. Web safe color of #b992cd is #cc99cc. Color #b992cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010010 11001101
Octal 271 222 315
Decimal 185 146 205
Hex B9 92 CD

RGB Percentages of Color #b992cd

%34.51
%27.24
%38.25

CMYK Percentages of Color #b992cd

%10
%29
%0
%20

Triadic Colors of #b992cd

#b992cd #cdb992 #92cdb9

Analogous Colors of #b992cd

#b992cd #cd92c4 #9c92cd

Monochromatic Colors of #b992cd

#b992cd

Complementary Color

#b992cd #a6cd92

#b992cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b992cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b992cd Color CSS Codes

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

#b992cd Text Font Color

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

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


#b992cd Background Color

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

This div background color is #b992cd


#b992cd Border Color

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

This div border color is #b992cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b992cd


Comments

No comments written yet.

Please login to write comment.