Color Hex Logo

#c32061 Color Hex

#C32061
(195,32,97)
0 Favorites   0 Comments

Color spaces of #c32061

RGB 1953297
HSL0.930.720.45
HSV336°84°76°
CMYK 0.000.840.50   0.24
XYZ25.179913.498212.5875
Yxy13.49820.49120.2633
Hunter Lab36.739958.04125.4045
CIE-Lab43.504564.64085.1646

#c32061 color RGB value is (195,32,97).

#c32061 hex color red value is 195, green value is 32 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c32061 hue: 0.93 , saturation: 0.72 and the lightness value of c32061 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 01100001
Octal 303 40 141
Decimal 195 32 97
Hex C3 20 61

RGB Percentages of Color #c32061

%60.19
%9.88
%29.94

CMYK Percentages of Color #c32061

%0
%84
%50
%24

Triadic Colors of #c32061

#c32061 #61c320 #2061c3

Analogous Colors of #c32061

#c32061 #c33020 #c320b3

Monochromatic Colors of #c32061

#c32061

Complementary Color

#c32061 #20c382

#c32061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32061 Color CSS Codes

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

#c32061 Text Font Color

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

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


#c32061 Background Color

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

This div background color is #c32061


#c32061 Border Color

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

This div border color is #c32061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32061


Comments

No comments written yet.

Please login to write comment.