Color Hex Logo

#c33573 Color Hex

#C33573
(195,53,115)
0 Favorites   0 Comments

Color spaces of #c33573

RGB 19553115
HSL0.930.570.49
HSV334°73°76°
CMYK 0.000.730.41   0.24
XYZ26.873315.386117.7731
Yxy15.38610.44760.2563
Hunter Lab39.225153.64720.5930
CIE-Lab46.158560.2442-2.1328

#c33573 color RGB value is (195,53,115).

#c33573 hex color red value is 195, green value is 53 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c33573 hue: 0.93 , saturation: 0.57 and the lightness value of c33573 is 0.49.

The process color (four color CMYK) of #c33573 color hex is 0.00, 0.73, 0.41, 0.24. Web safe color of #c33573 is #cc3366. Color #c33573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110101 01110011
Octal 303 65 163
Decimal 195 53 115
Hex C3 35 73

RGB Percentages of Color #c33573

%53.72
%14.60
%31.68

CMYK Percentages of Color #c33573

%0
%73
%41
%24

Triadic Colors of #c33573

#c33573 #73c335 #3573c3

Analogous Colors of #c33573

#c33573 #c33e35 #c335ba

Monochromatic Colors of #c33573

#c33573

Complementary Color

#c33573 #35c385

#c33573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33573 Color CSS Codes

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

#c33573 Text Font Color

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

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


#c33573 Background Color

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

This div background color is #c33573


#c33573 Border Color

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

This div border color is #c33573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33573


Comments

No comments written yet.

Please login to write comment.