Color Hex Logo

#c33161 Color Hex

#C33161
(195,49,97)
0 Favorites   0 Comments

Color spaces of #c33161

RGB 1954997
HSL0.950.600.48
HSV340°75°76°
CMYK 0.000.750.50   0.24
XYZ25.761714.661812.7815
Yxy14.66180.48420.2756
Hunter Lab38.290753.08467.0124
CIE-Lab45.167559.92747.5338

#c33161 color RGB value is (195,49,97).

#c33161 hex color red value is 195, green value is 49 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c33161 hue: 0.95 , saturation: 0.60 and the lightness value of c33161 is 0.48.

The process color (four color CMYK) of #c33161 color hex is 0.00, 0.75, 0.50, 0.24. Web safe color of #c33161 is #cc3366. Color #c33161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110001 01100001
Octal 303 61 141
Decimal 195 49 97
Hex C3 31 61

RGB Percentages of Color #c33161

%57.18
%14.37
%28.45

CMYK Percentages of Color #c33161

%0
%75
%50
%24

Triadic Colors of #c33161

#c33161 #61c331 #3161c3

Analogous Colors of #c33161

#c33161 #c34a31 #c331aa

Monochromatic Colors of #c33161

#c33161

Complementary Color

#c33161 #31c393

#c33161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33161 Color CSS Codes

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

#c33161 Text Font Color

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

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


#c33161 Background Color

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

This div background color is #c33161


#c33161 Border Color

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

This div border color is #c33161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,49,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33161


Comments

No comments written yet.

Please login to write comment.