Color Hex Logo

#c235ac Color Hex

#C235AC
(194,53,172)
0 Favorites   0 Comments

Color spaces of #c235ac

RGB 19453172
HSL0.860.570.48
HSV309°73°76°
CMYK 0.000.730.11   0.24
XYZ30.967616.994140.6777
Yxy16.99410.34940.1917
Hunter Lab41.223961.9483-29.6477
CIE-Lab48.252667.1030-33.2637

#c235ac color RGB value is (194,53,172).

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

The process color (four color CMYK) of #c235ac color hex is 0.00, 0.73, 0.11, 0.24. Web safe color of #c235ac is #cc3399. Color #c235ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110101 10101100
Octal 302 65 254
Decimal 194 53 172
Hex C2 35 AC

RGB Percentages of Color #c235ac

%46.30
%12.65
%41.05

CMYK Percentages of Color #c235ac

%0
%73
%11
%24

Triadic Colors of #c235ac

#c235ac #acc235 #35acc2

Analogous Colors of #c235ac

#c235ac #c23566 #9235c2

Monochromatic Colors of #c235ac

#c235ac

Complementary Color

#c235ac #35c24b

#c235ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c235ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c235ac Color CSS Codes

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

#c235ac Text Font Color

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

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


#c235ac Background Color

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

This div background color is #c235ac


#c235ac Border Color

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

This div border color is #c235ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c235ac


Comments

No comments written yet.

Please login to write comment.