Color Hex Logo

#c33452 Color Hex

#C33452
(195,52,82)
0 Favorites   0 Comments

Color spaces of #c33452

RGB 1955282
HSL0.970.580.48
HSV347°73°76°
CMYK 0.000.730.58   0.24
XYZ25.256714.66739.4825
Yxy14.66730.51120.2969
Hunter Lab38.297950.695812.1284
CIE-Lab45.175157.766216.8232

#c33452 color RGB value is (195,52,82).

#c33452 hex color red value is 195, green value is 52 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c33452 hue: 0.97 , saturation: 0.58 and the lightness value of c33452 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110100 01010010
Octal 303 64 122
Decimal 195 52 82
Hex C3 34 52

RGB Percentages of Color #c33452

%59.27
%15.81
%24.92

CMYK Percentages of Color #c33452

%0
%73
%58
%24

Triadic Colors of #c33452

#c33452 #52c334 #3452c3

Analogous Colors of #c33452

#c33452 #c35e34 #c3349a

Monochromatic Colors of #c33452

#c33452

Complementary Color

#c33452 #34c3a5

#c33452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33452 Color CSS Codes

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

#c33452 Text Font Color

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

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


#c33452 Background Color

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

This div background color is #c33452


#c33452 Border Color

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

This div border color is #c33452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33452


Comments

No comments written yet.

Please login to write comment.