Color Hex Logo

#c03575 Color Hex

#C03575
(192,53,117)
0 Favorites   0 Comments

Color spaces of #c03575

RGB 19253117
HSL0.920.570.48
HSV332°72°75°
CMYK 0.000.720.39   0.25
XYZ26.222215.037018.3500
Yxy15.03700.43990.2523
Hunter Lab38.777652.8447-0.9124
CIE-Lab45.684859.6140-4.1196

#c03575 color RGB value is (192,53,117).

#c03575 hex color red value is 192, green value is 53 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c03575 hue: 0.92 , saturation: 0.57 and the lightness value of c03575 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 01110101
Octal 300 65 165
Decimal 192 53 117
Hex C0 35 75

RGB Percentages of Color #c03575

%53.04
%14.64
%32.32

CMYK Percentages of Color #c03575

%0
%72
%39
%25

Triadic Colors of #c03575

#c03575 #75c035 #3575c0

Analogous Colors of #c03575

#c03575 #c03a35 #c035bb

Monochromatic Colors of #c03575

#c03575

Complementary Color

#c03575 #35c080

#c03575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03575 Color CSS Codes

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

#c03575 Text Font Color

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

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


#c03575 Background Color

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

This div background color is #c03575


#c03575 Border Color

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

This div border color is #c03575


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,53,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 #c03575">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03575


Comments

No comments written yet.

Please login to write comment.