Color Hex Logo

#c425fd Color Hex

#C425FD
(196,37,253)
0 Favorites   0 Comments

Color spaces of #c425fd

RGB 19637253
HSL0.790.980.57
HSV284°85°99°
CMYK 0.230.850.00   0.01
XYZ41.156120.150794.6488
Yxy20.15070.26390.1292
Hunter Lab44.889585.0976-93.5893
CIE-Lab52.007285.1357-73.6209

#c425fd color RGB value is (196,37,253).

#c425fd hex color red value is 196, green value is 37 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c425fd hue: 0.79 , saturation: 0.98 and the lightness value of c425fd is 0.57.

The process color (four color CMYK) of #c425fd color hex is 0.23, 0.85, 0.00, 0.01. Web safe color of #c425fd is #cc33ff. Color #c425fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 11111101
Octal 304 45 375
Decimal 196 37 253
Hex C4 25 FD

RGB Percentages of Color #c425fd

%40.33
%7.61
%52.06

CMYK Percentages of Color #c425fd

%23
%85
%0
%1

Triadic Colors of #c425fd

#c425fd #fdc425 #25fdc4

Analogous Colors of #c425fd

#c425fd #fd25ca #5825fd

Monochromatic Colors of #c425fd

#c425fd

Complementary Color

#c425fd #5efd25

#c425fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425fd Color CSS Codes

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

#c425fd Text Font Color

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

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


#c425fd Background Color

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

This div background color is #c425fd


#c425fd Border Color

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

This div border color is #c425fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425fd


Comments

No comments written yet.

Please login to write comment.