Color Hex Logo

#c245ad Color Hex

#C245AD
(194,69,173)
0 Favorites   0 Comments

Color spaces of #c245ad

RGB 19469173
HSL0.860.510.52
HSV310°64°76°
CMYK 0.000.640.11   0.24
XYZ31.919118.742741.4705
Yxy18.74270.34640.2034
Hunter Lab43.292855.8426-26.4893
CIE-Lab50.384861.4007-30.5173

#c245ad color RGB value is (194,69,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 10101101
Octal 302 105 255
Decimal 194 69 173
Hex C2 45 AD

RGB Percentages of Color #c245ad

%44.50
%15.83
%39.68

CMYK Percentages of Color #c245ad

%0
%64
%11
%24

Triadic Colors of #c245ad

#c245ad #adc245 #45adc2

Analogous Colors of #c245ad

#c245ad #c2456f #9945c2

Monochromatic Colors of #c245ad

#c245ad

Complementary Color

#c245ad #45c25a

#c245ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c245ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c245ad Color CSS Codes

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

#c245ad Text Font Color

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

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


#c245ad Background Color

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

This div background color is #c245ad


#c245ad Border Color

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

This div border color is #c245ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,69,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c245ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c245ad


Comments

No comments written yet.

Please login to write comment.