Color Hex Logo

#c245ac Color Hex

#C245AC
(194,69,172)
0 Favorites   0 Comments

Color spaces of #c245ac

RGB 19469172
HSL0.860.510.52
HSV311°64°76°
CMYK 0.000.640.11   0.24
XYZ31.822718.704140.9627
Yxy18.70410.34780.2044
Hunter Lab43.248255.6586-25.8829
CIE-Lab50.339261.2470-30.0018

#c245ac color RGB value is (194,69,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 10101100
Octal 302 105 254
Decimal 194 69 172
Hex C2 45 AC

RGB Percentages of Color #c245ac

%44.60
%15.86
%39.54

CMYK Percentages of Color #c245ac

%0
%64
%11
%24

Triadic Colors of #c245ac

#c245ac #acc245 #45acc2

Analogous Colors of #c245ac

#c245ac #c2456e #9a45c2

Monochromatic Colors of #c245ac

#c245ac

Complementary Color

#c245ac #45c25b

#c245ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c245ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c245ac Color CSS Codes

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

#c245ac Text Font Color

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

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


#c245ac Background Color

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

This div background color is #c245ac


#c245ac Border Color

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

This div border color is #c245ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c245ac


Comments

No comments written yet.

Please login to write comment.