Color Hex Logo

#c90352 Color Hex

#C90352
(201,3,82)
0 Favorites   0 Comments

Color spaces of #c90352

RGB 201382
HSL0.930.970.40
HSV336°99°79°
CMYK 0.000.990.59   0.21
XYZ25.642913.09189.1581
Yxy13.09180.53540.2734
Hunter Lab36.182663.184910.3210
CIE-Lab42.901269.197513.9254

#c90352 color RGB value is (201,3,82).

#c90352 hex color red value is 201, green value is 3 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c90352 hue: 0.93 , saturation: 0.97 and the lightness value of c90352 is 0.40.

The process color (four color CMYK) of #c90352 color hex is 0.00, 0.99, 0.59, 0.21. Web safe color of #c90352 is #cc0066. Color #c90352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000011 01010010
Octal 311 3 122
Decimal 201 3 82
Hex C9 3 52

RGB Percentages of Color #c90352

%70.28
%1.05
%28.67

CMYK Percentages of Color #c90352

%0
%99
%59
%21

Triadic Colors of #c90352

#c90352 #52c903 #0352c9

Analogous Colors of #c90352

#c90352 #c91703 #c903b5

Monochromatic Colors of #c90352

#c90352

Complementary Color

#c90352 #03c97a

#c90352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90352 Color CSS Codes

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

#c90352 Text Font Color

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

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


#c90352 Background Color

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

This div background color is #c90352


#c90352 Border Color

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

This div border color is #c90352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90352


Comments

No comments written yet.

Please login to write comment.