Color Hex Logo

#c30cac Color Hex

#C30CAC
(195,12,172)
0 Favorites   0 Comments

Color spaces of #c30cac

RGB 19512172
HSL0.850.880.41
HSV308°94°76°
CMYK 0.000.940.12   0.24
XYZ30.083514.843640.3092
Yxy14.84360.35290.1741
Hunter Lab38.527471.9559-35.0629
CIE-Lab45.419276.0099-37.7126

#c30cac color RGB value is (195,12,172).

#c30cac hex color red value is 195, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c30cac hue: 0.85 , saturation: 0.88 and the lightness value of c30cac is 0.41.

The process color (four color CMYK) of #c30cac color hex is 0.00, 0.94, 0.12, 0.24. Web safe color of #c30cac is #cc0099. Color #c30cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001100 10101100
Octal 303 14 254
Decimal 195 12 172
Hex C3 C AC

RGB Percentages of Color #c30cac

%51.45
%3.17
%45.38

CMYK Percentages of Color #c30cac

%0
%94
%12
%24

Triadic Colors of #c30cac

#c30cac #acc30c #0cacc3

Analogous Colors of #c30cac

#c30cac #c30c51 #7f0cc3

Monochromatic Colors of #c30cac

#c30cac

Complementary Color

#c30cac #0cc323

#c30cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30cac Color CSS Codes

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

#c30cac Text Font Color

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

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


#c30cac Background Color

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

This div background color is #c30cac


#c30cac Border Color

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

This div border color is #c30cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30cac


Comments

No comments written yet.

Please login to write comment.