Color Hex Logo

#c92259 Color Hex

#C92259
(201,34,89)
0 Favorites   0 Comments

Color spaces of #c92259

RGB 2013489
HSL0.950.710.46
HSV340°83°79°
CMYK 0.000.830.56   0.21
XYZ26.462614.282810.8133
Yxy14.28280.51330.2770
Hunter Lab37.792658.84979.4906
CIE-Lab44.635865.127411.9263

#c92259 color RGB value is (201,34,89).

#c92259 hex color red value is 201, green value is 34 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #c92259 hue: 0.95 , saturation: 0.71 and the lightness value of c92259 is 0.46.

The process color (four color CMYK) of #c92259 color hex is 0.00, 0.83, 0.56, 0.21. Web safe color of #c92259 is #cc3366. Color #c92259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100010 01011001
Octal 311 42 131
Decimal 201 34 89
Hex C9 22 59

RGB Percentages of Color #c92259

%62.04
%10.49
%27.47

CMYK Percentages of Color #c92259

%0
%83
%56
%21

Triadic Colors of #c92259

#c92259 #59c922 #2259c9

Analogous Colors of #c92259

#c92259 #c93f22 #c922ad

Monochromatic Colors of #c92259

#c92259

Complementary Color

#c92259 #22c992

#c92259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92259 Color CSS Codes

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

#c92259 Text Font Color

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

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


#c92259 Background Color

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

This div background color is #c92259


#c92259 Border Color

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

This div border color is #c92259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92259


Comments

No comments written yet.

Please login to write comment.