Color Hex Logo

#c935ac Color Hex

#C935AC
(201,53,172)
0 Favorites   0 Comments

Color spaces of #c935ac

RGB 20153172
HSL0.870.580.50
HSV312°74°79°
CMYK 0.000.740.14   0.21
XYZ32.806917.942340.7638
Yxy17.94230.35850.1961
Hunter Lab42.358464.1226-27.4072
CIE-Lab49.426068.7260-31.3421

#c935ac color RGB value is (201,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110101 10101100
Octal 311 65 254
Decimal 201 53 172
Hex C9 35 AC

RGB Percentages of Color #c935ac

%47.18
%12.44
%40.38

CMYK Percentages of Color #c935ac

%0
%74
%14
%21

Triadic Colors of #c935ac

#c935ac #acc935 #35acc9

Analogous Colors of #c935ac

#c935ac #c93562 #9c35c9

Monochromatic Colors of #c935ac

#c935ac

Complementary Color

#c935ac #35c952

#c935ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c935ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c935ac Color CSS Codes

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

#c935ac Text Font Color

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

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


#c935ac Background Color

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

This div background color is #c935ac


#c935ac Border Color

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

This div border color is #c935ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c935ac

#c935ac Color Palettes


Comments

No comments written yet.

Please login to write comment.