Color Hex Logo

#c425ca Color Hex

#C425CA
(196,37,202)
0 Favorites   0 Comments

Color spaces of #c425ca

RGB 19637202
HSL0.830.690.47
HSV298°82°79°
CMYK 0.030.820.00   0.21
XYZ34.087217.323257.4242
Yxy17.32320.31320.1592
Hunter Lab41.621173.3523-52.6669
CIE-Lab48.664776.5121-50.0968

#c425ca color RGB value is (196,37,202).

#c425ca hex color red value is 196, green value is 37 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c425ca hue: 0.83 , saturation: 0.69 and the lightness value of c425ca is 0.47.

The process color (four color CMYK) of #c425ca color hex is 0.03, 0.82, 0.00, 0.21. Web safe color of #c425ca is #cc33cc. Color #c425ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 11001010
Octal 304 45 312
Decimal 196 37 202
Hex C4 25 CA

RGB Percentages of Color #c425ca

%45.06
%8.51
%46.44

CMYK Percentages of Color #c425ca

%3
%82
%0
%21

Triadic Colors of #c425ca

#c425ca #cac425 #25cac4

Analogous Colors of #c425ca

#c425ca #ca257e #7225ca

Monochromatic Colors of #c425ca

#c425ca

Complementary Color

#c425ca #2bca25

#c425ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425ca Color CSS Codes

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

#c425ca Text Font Color

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

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


#c425ca Background Color

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

This div background color is #c425ca


#c425ca Border Color

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

This div border color is #c425ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425ca


Comments

No comments written yet.

Please login to write comment.