Color Hex Logo

#c425aa Color Hex

#C425AA
(196,37,170)
0 Favorites   0 Comments

Color spaces of #c425aa

RGB 19637170
HSL0.860.680.46
HSV310°81°77°
CMYK 0.000.810.13   0.23
XYZ30.682215.961239.4939
Yxy15.96120.35620.1853
Hunter Lab39.951567.1706-30.6449
CIE-Lab46.923571.7714-34.1441

#c425aa color RGB value is (196,37,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 10101010
Octal 304 45 252
Decimal 196 37 170
Hex C4 25 AA

RGB Percentages of Color #c425aa

%48.64
%9.18
%42.18

CMYK Percentages of Color #c425aa

%0
%81
%13
%23

Triadic Colors of #c425aa

#c425aa #aac425 #25aac4

Analogous Colors of #c425aa

#c425aa #c4255a #8f25c4

Monochromatic Colors of #c425aa

#c425aa

Complementary Color

#c425aa #25c43f

#c425aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425aa Color CSS Codes

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

#c425aa Text Font Color

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

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


#c425aa Background Color

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

This div background color is #c425aa


#c425aa Border Color

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

This div border color is #c425aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,37,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425aa


Comments

No comments written yet.

Please login to write comment.