Color Hex Logo

#b892cc Color Hex

#B892CC
(184,146,204)
0 Favorites   0 Comments

Color spaces of #b892cc

RGB 184146204
HSL0.780.360.69
HSV279°28°80°
CMYK 0.100.280.00   0.20
XYZ40.945135.107761.7452
Yxy35.10770.29710.2548
Hunter Lab59.251819.6594-20.3088
CIE-Lab65.832424.8965-24.4527

#b892cc color RGB value is (184,146,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010010 11001100
Octal 270 222 314
Decimal 184 146 204
Hex B8 92 CC

RGB Percentages of Color #b892cc

%34.46
%27.34
%38.20

CMYK Percentages of Color #b892cc

%10
%28
%0
%20

Triadic Colors of #b892cc

#b892cc #ccb892 #92ccb8

Analogous Colors of #b892cc

#b892cc #cc92c3 #9b92cc

Monochromatic Colors of #b892cc

#b892cc

Complementary Color

#b892cc #a6cc92

#b892cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b892cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b892cc Color CSS Codes

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

#b892cc Text Font Color

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

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


#b892cc Background Color

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

This div background color is #b892cc


#b892cc Border Color

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

This div border color is #b892cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b892cc


Comments

No comments written yet.

Please login to write comment.