Color Hex Logo

#c943ac Color Hex

#C943AC
(201,67,172)
0 Favorites   0 Comments

Color spaces of #c943ac

RGB 20167172
HSL0.870.550.53
HSV313°67°79°
CMYK 0.000.670.14   0.21
XYZ33.540919.410441.0085
Yxy19.41040.35700.2066
Hunter Lab44.057258.7924-24.3471
CIE-Lab51.163963.8316-28.6336

#c943ac color RGB value is (201,67,172).

#c943ac hex color red value is 201, green value is 67 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c943ac hue: 0.87 , saturation: 0.55 and the lightness value of c943ac is 0.53.

The process color (four color CMYK) of #c943ac color hex is 0.00, 0.67, 0.14, 0.21. Web safe color of #c943ac is #cc3399. Color #c943ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000011 10101100
Octal 311 103 254
Decimal 201 67 172
Hex C9 43 AC

RGB Percentages of Color #c943ac

%45.68
%15.23
%39.09

CMYK Percentages of Color #c943ac

%0
%67
%14
%21

Triadic Colors of #c943ac

#c943ac #acc943 #43acc9

Analogous Colors of #c943ac

#c943ac #c94369 #a343c9

Monochromatic Colors of #c943ac

#c943ac

Complementary Color

#c943ac #43c960

#c943ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c943ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c943ac Color CSS Codes

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

#c943ac Text Font Color

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

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


#c943ac Background Color

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

This div background color is #c943ac


#c943ac Border Color

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

This div border color is #c943ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c943ac


Comments

No comments written yet.

Please login to write comment.