Color Hex Logo

#c02373 Color Hex

#C02373
(192,35,115)
0 Favorites   0 Comments

Color spaces of #c02373

RGB 19235115
HSL0.920.690.45
HSV329°82°75°
CMYK 0.000.820.40   0.25
XYZ25.433813.646317.5132
Yxy13.64630.44940.2411
Hunter Lab36.940958.2506-2.2500
CIE-Lab43.721464.7819-5.7995

#c02373 color RGB value is (192,35,115).

#c02373 hex color red value is 192, green value is 35 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c02373 hue: 0.92 , saturation: 0.69 and the lightness value of c02373 is 0.45.

The process color (four color CMYK) of #c02373 color hex is 0.00, 0.82, 0.40, 0.25. Web safe color of #c02373 is #cc3366. Color #c02373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 01110011
Octal 300 43 163
Decimal 192 35 115
Hex C0 23 73

RGB Percentages of Color #c02373

%56.14
%10.23
%33.63

CMYK Percentages of Color #c02373

%0
%82
%40
%25

Triadic Colors of #c02373

#c02373 #73c023 #2373c0

Analogous Colors of #c02373

#c02373 #c02324 #bf23c0

Monochromatic Colors of #c02373

#c02373

Complementary Color

#c02373 #23c070

#c02373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02373 Color CSS Codes

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

#c02373 Text Font Color

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

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


#c02373 Background Color

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

This div background color is #c02373


#c02373 Border Color

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

This div border color is #c02373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02373


Comments

No comments written yet.

Please login to write comment.