Color Hex Logo

#c92250 Color Hex

#C92250
(201,34,80)
0 Favorites   0 Comments

Color spaces of #c92250

RGB 2013480
HSL0.950.710.46
HSV343°83°79°
CMYK 0.000.830.60   0.21
XYZ26.107414.14078.9428
Yxy14.14070.53070.2875
Hunter Lab37.604158.119912.2229
CIE-Lab44.434064.529717.2603

#c92250 color RGB value is (201,34,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100010 01010000
Octal 311 42 120
Decimal 201 34 80
Hex C9 22 50

RGB Percentages of Color #c92250

%63.81
%10.79
%25.40

CMYK Percentages of Color #c92250

%0
%83
%60
%21

Triadic Colors of #c92250

#c92250 #50c922 #2250c9

Analogous Colors of #c92250

#c92250 #c94722 #c922a4

Monochromatic Colors of #c92250

#c92250

Complementary Color

#c92250 #22c99b

#c92250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92250 Color CSS Codes

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

#c92250 Text Font Color

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

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


#c92250 Background Color

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

This div background color is #c92250


#c92250 Border Color

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

This div border color is #c92250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92250


Comments

No comments written yet.

Please login to write comment.