Color Hex Logo

#c425ad Color Hex

#C425AD
(196,37,173)
0 Favorites   0 Comments

Color spaces of #c425ad

RGB 19637173
HSL0.860.680.46
HSV309°81°77°
CMYK 0.000.810.12   0.23
XYZ30.969316.076041.0059
Yxy16.07600.35170.1826
Hunter Lab40.094967.7074-32.5707
CIE-Lab47.074072.1892-35.6821

#c425ad color RGB value is (196,37,173).

#c425ad hex color red value is 196, green value is 37 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c425ad hue: 0.86 , saturation: 0.68 and the lightness value of c425ad is 0.46.

The process color (four color CMYK) of #c425ad color hex is 0.00, 0.81, 0.12, 0.23. Web safe color of #c425ad is #cc3399. Color #c425ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 10101101
Octal 304 45 255
Decimal 196 37 173
Hex C4 25 AD

RGB Percentages of Color #c425ad

%48.28
%9.11
%42.61

CMYK Percentages of Color #c425ad

%0
%81
%12
%23

Triadic Colors of #c425ad

#c425ad #adc425 #25adc4

Analogous Colors of #c425ad

#c425ad #c4255e #8c25c4

Monochromatic Colors of #c425ad

#c425ad

Complementary Color

#c425ad #25c43c

#c425ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425ad Color CSS Codes

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

#c425ad Text Font Color

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

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


#c425ad Background Color

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

This div background color is #c425ad


#c425ad Border Color

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

This div border color is #c425ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425ad


Comments

No comments written yet.

Please login to write comment.