Color Hex Logo

#c945ac Color Hex

#C945AC
(201,69,172)
0 Favorites   0 Comments

Color spaces of #c945ac

RGB 20169172
HSL0.870.550.53
HSV313°66°79°
CMYK 0.000.660.14   0.21
XYZ33.661919.652341.0488
Yxy19.65230.35670.2083
Hunter Lab44.330957.9617-23.8687
CIE-Lab51.441863.0583-28.2018

#c945ac color RGB value is (201,69,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000101 10101100
Octal 311 105 254
Decimal 201 69 172
Hex C9 45 AC

RGB Percentages of Color #c945ac

%45.48
%15.61
%38.91

CMYK Percentages of Color #c945ac

%0
%66
%14
%21

Triadic Colors of #c945ac

#c945ac #acc945 #45acc9

Analogous Colors of #c945ac

#c945ac #c9456a #a445c9

Monochromatic Colors of #c945ac

#c945ac

Complementary Color

#c945ac #45c962

#c945ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c945ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c945ac Color CSS Codes

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

#c945ac Text Font Color

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

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


#c945ac Background Color

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

This div background color is #c945ac


#c945ac Border Color

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

This div border color is #c945ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c945ac


Comments

No comments written yet.

Please login to write comment.