Color Hex Logo

#c425da Color Hex

#C425DA
(196,37,218)
0 Favorites   0 Comments

Color spaces of #c425da

RGB 19637218
HSL0.810.710.50
HSV293°83°85°
CMYK 0.100.830.00   0.15
XYZ36.081418.120967.9256
Yxy18.12090.29540.1484
Hunter Lab42.568776.8024-64.8093
CIE-Lab49.642479.0945-57.7152

#c425da color RGB value is (196,37,218).

#c425da hex color red value is 196, green value is 37 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c425da hue: 0.81 , saturation: 0.71 and the lightness value of c425da is 0.50.

The process color (four color CMYK) of #c425da color hex is 0.10, 0.83, 0.00, 0.15. Web safe color of #c425da is #cc33cc. Color #c425da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 11011010
Octal 304 45 332
Decimal 196 37 218
Hex C4 25 DA

RGB Percentages of Color #c425da

%43.46
%8.20
%48.34

CMYK Percentages of Color #c425da

%10
%83
%0
%15

Triadic Colors of #c425da

#c425da #dac425 #25dac4

Analogous Colors of #c425da

#c425da #da2596 #6a25da

Monochromatic Colors of #c425da

#c425da

Complementary Color

#c425da #3bda25

#c425da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425da Color CSS Codes

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

#c425da Text Font Color

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

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


#c425da Background Color

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

This div background color is #c425da


#c425da Border Color

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

This div border color is #c425da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425da


Comments

No comments written yet.

Please login to write comment.