Color Hex Logo

#c92092 Color Hex

#C92092
(201,32,146)
0 Favorites   0 Comments

Color spaces of #c92092

RGB 20132146
HSL0.890.730.46
HSV320°84°79°
CMYK 0.000.840.27   0.21
XYZ29.792215.525928.6207
Yxy15.52590.40290.2100
Hunter Lab39.402966.0072-15.4838
CIE-Lab46.346270.9108-20.6225

#c92092 color RGB value is (201,32,146).

#c92092 hex color red value is 201, green value is 32 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c92092 hue: 0.89 , saturation: 0.73 and the lightness value of c92092 is 0.46.

The process color (four color CMYK) of #c92092 color hex is 0.00, 0.84, 0.27, 0.21. Web safe color of #c92092 is #cc3399. Color #c92092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 10010010
Octal 311 40 222
Decimal 201 32 146
Hex C9 20 92

RGB Percentages of Color #c92092

%53.03
%8.44
%38.52

CMYK Percentages of Color #c92092

%0
%84
%27
%21

Triadic Colors of #c92092

#c92092 #92c920 #2092c9

Analogous Colors of #c92092

#c92092 #c9203e #ac20c9

Monochromatic Colors of #c92092

#c92092

Complementary Color

#c92092 #20c957

#c92092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92092 Color CSS Codes

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

#c92092 Text Font Color

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

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


#c92092 Background Color

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

This div background color is #c92092


#c92092 Border Color

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

This div border color is #c92092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92092


Comments

No comments written yet.

Please login to write comment.