Color Hex Logo

#c427ac Color Hex

#C427AC
(196,39,172)
0 Favorites   0 Comments

Color spaces of #c427ac

RGB 19639172
HSL0.860.670.46
HSV309°80°77°
CMYK 0.000.800.12   0.23
XYZ30.936916.165440.5194
Yxy16.16540.35310.1845
Hunter Lab40.206266.9869-31.6075
CIE-Lab47.190771.5662-34.9074

#c427ac color RGB value is (196,39,172).

#c427ac hex color red value is 196, green value is 39 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c427ac hue: 0.86 , saturation: 0.67 and the lightness value of c427ac is 0.46.

The process color (four color CMYK) of #c427ac color hex is 0.00, 0.80, 0.12, 0.23. Web safe color of #c427ac is #cc3399. Color #c427ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 10101100
Octal 304 47 254
Decimal 196 39 172
Hex C4 27 AC

RGB Percentages of Color #c427ac

%48.16
%9.58
%42.26

CMYK Percentages of Color #c427ac

%0
%80
%12
%23

Triadic Colors of #c427ac

#c427ac #acc427 #27acc4

Analogous Colors of #c427ac

#c427ac #c4275e #8e27c4

Monochromatic Colors of #c427ac

#c427ac

Complementary Color

#c427ac #27c43f

#c427ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c427ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c427ac Color CSS Codes

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

#c427ac Text Font Color

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

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


#c427ac Background Color

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

This div background color is #c427ac


#c427ac Border Color

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

This div border color is #c427ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c427ac


Comments

No comments written yet.

Please login to write comment.