Color Hex Logo

#c035ac Color Hex

#C035AC
(192,53,172)
0 Favorites   0 Comments

Color spaces of #c035ac

RGB 19253172
HSL0.860.570.48
HSV309°72°75°
CMYK 0.000.720.10   0.25
XYZ30.457716.731240.6539
Yxy16.73120.34670.1905
Hunter Lab40.903861.3327-30.2951
CIE-Lab47.919566.6397-33.8099

#c035ac color RGB value is (192,53,172).

#c035ac hex color red value is 192, green value is 53 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c035ac hue: 0.86 , saturation: 0.57 and the lightness value of c035ac is 0.48.

The process color (four color CMYK) of #c035ac color hex is 0.00, 0.72, 0.10, 0.25. Web safe color of #c035ac is #cc3399. Color #c035ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 10101100
Octal 300 65 254
Decimal 192 53 172
Hex C0 35 AC

RGB Percentages of Color #c035ac

%46.04
%12.71
%41.25

CMYK Percentages of Color #c035ac

%0
%72
%10
%25

Triadic Colors of #c035ac

#c035ac #acc035 #35acc0

Analogous Colors of #c035ac

#c035ac #c03567 #8f35c0

Monochromatic Colors of #c035ac

#c035ac

Complementary Color

#c035ac #35c049

#c035ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c035ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c035ac Color CSS Codes

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

#c035ac Text Font Color

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

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


#c035ac Background Color

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

This div background color is #c035ac


#c035ac Border Color

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

This div border color is #c035ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c035ac


Comments

No comments written yet.

Please login to write comment.