Color Hex Logo

#c092bf Color Hex

#C092BF
(192,146,191)
0 Favorites   0 Comments

Color spaces of #c092bf

RGB 192146191
HSL0.840.270.66
HSV301°24°75°
CMYK 0.000.240.01   0.25
XYZ41.421135.525853.9643
Yxy35.52580.31640.2714
Hunter Lab59.603519.7413-11.9580
CIE-Lab66.156024.9595-16.6267

#c092bf color RGB value is (192,146,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 10111111
Octal 300 222 277
Decimal 192 146 191
Hex C0 92 BF

RGB Percentages of Color #c092bf

%36.29
%27.60
%36.11

CMYK Percentages of Color #c092bf

%0
%24
%1
%25

Triadic Colors of #c092bf

#c092bf #bfc092 #92bfc0

Analogous Colors of #c092bf

#c092bf #c092a8 #aa92c0

Monochromatic Colors of #c092bf

#c092bf

Complementary Color

#c092bf #92c093

#c092bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c092bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c092bf Color CSS Codes

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

#c092bf Text Font Color

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

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


#c092bf Background Color

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

This div background color is #c092bf


#c092bf Border Color

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

This div border color is #c092bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,146,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c092bf


Comments

No comments written yet.

Please login to write comment.