Color Hex Logo

#c02575 Color Hex

#C02575
(192,37,117)
0 Favorites   0 Comments

Color spaces of #c02575

RGB 19237117
HSL0.910.680.45
HSV329°81°75°
CMYK 0.000.810.39   0.25
XYZ25.610713.814018.1461
Yxy13.81400.44490.2399
Hunter Lab37.167257.9560-2.9301
CIE-Lab43.965064.4770-6.6742

#c02575 color RGB value is (192,37,117).

#c02575 hex color red value is 192, green value is 37 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c02575 hue: 0.91 , saturation: 0.68 and the lightness value of c02575 is 0.45.

The process color (four color CMYK) of #c02575 color hex is 0.00, 0.81, 0.39, 0.25. Web safe color of #c02575 is #cc3366. Color #c02575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100101 01110101
Octal 300 45 165
Decimal 192 37 117
Hex C0 25 75

RGB Percentages of Color #c02575

%55.49
%10.69
%33.82

CMYK Percentages of Color #c02575

%0
%81
%39
%25

Triadic Colors of #c02575

#c02575 #75c025 #2575c0

Analogous Colors of #c02575

#c02575 #c02527 #be25c0

Monochromatic Colors of #c02575

#c02575

Complementary Color

#c02575 #25c070

#c02575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02575 Color CSS Codes

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

#c02575 Text Font Color

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

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


#c02575 Background Color

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

This div background color is #c02575


#c02575 Border Color

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

This div border color is #c02575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02575


Comments

No comments written yet.

Please login to write comment.