Color Hex Logo

#c092bb Color Hex

#C092BB
(192,146,187)
0 Favorites   0 Comments

Color spaces of #c092bb

RGB 192146187
HSL0.850.270.66
HSV307°24°75°
CMYK 0.000.240.03   0.25
XYZ40.986835.352151.6771
Yxy35.35210.32020.2762
Hunter Lab59.457618.9972-9.9111
CIE-Lab66.021924.2080-14.5895

#c092bb color RGB value is (192,146,187).

#c092bb hex color red value is 192, green value is 146 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c092bb hue: 0.85 , saturation: 0.27 and the lightness value of c092bb is 0.66.

The process color (four color CMYK) of #c092bb color hex is 0.00, 0.24, 0.03, 0.25. Web safe color of #c092bb is #cc99cc. Color #c092bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 10111011
Octal 300 222 273
Decimal 192 146 187
Hex C0 92 BB

RGB Percentages of Color #c092bb

%36.57
%27.81
%35.62

CMYK Percentages of Color #c092bb

%0
%24
%3
%25

Triadic Colors of #c092bb

#c092bb #bbc092 #92bbc0

Analogous Colors of #c092bb

#c092bb #c092a4 #ae92c0

Monochromatic Colors of #c092bb

#c092bb

Complementary Color

#c092bb #92c097

#c092bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c092bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c092bb Color CSS Codes

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

#c092bb Text Font Color

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

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


#c092bb Background Color

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

This div background color is #c092bb


#c092bb Border Color

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

This div border color is #c092bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c092bb


Comments

No comments written yet.

Please login to write comment.