Color Hex Logo

#c452ad Color Hex

#C452AD
(196,82,173)
0 Favorites   0 Comments

Color spaces of #c452ad

RGB 19682173
HSL0.870.490.55
HSV312°58°77°
CMYK 0.000.580.12   0.23
XYZ33.325120.787541.7911
Yxy20.78750.34750.2168
Hunter Lab45.593350.6811-22.4302
CIE-Lab52.716156.3816-26.8704

#c452ad color RGB value is (196,82,173).

#c452ad hex color red value is 196, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c452ad hue: 0.87 , saturation: 0.49 and the lightness value of c452ad is 0.55.

The process color (four color CMYK) of #c452ad color hex is 0.00, 0.58, 0.12, 0.23. Web safe color of #c452ad is #cc6699. Color #c452ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010010 10101101
Octal 304 122 255
Decimal 196 82 173
Hex C4 52 AD

RGB Percentages of Color #c452ad

%43.46
%18.18
%38.36

CMYK Percentages of Color #c452ad

%0
%58
%12
%23

Triadic Colors of #c452ad

#c452ad #adc452 #52adc4

Analogous Colors of #c452ad

#c452ad #c45274 #a252c4

Monochromatic Colors of #c452ad

#c452ad

Complementary Color

#c452ad #52c469

#c452ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c452ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c452ad Color CSS Codes

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

#c452ad Text Font Color

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

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


#c452ad Background Color

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

This div background color is #c452ad


#c452ad Border Color

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

This div border color is #c452ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c452ad


Comments

No comments written yet.

Please login to write comment.