Color Hex Logo

#c405fd Color Hex

#C405FD
(196,5,253)
0 Favorites   0 Comments

Color spaces of #c405fd

RGB 1965253
HSL0.800.980.51
HSV286°98°99°
CMYK 0.230.980.00   0.01
XYZ40.548818.936294.4464
Yxy18.93620.26340.1230
Hunter Lab43.515790.1772-98.2218
CIE-Lab50.612589.2775-75.8894

#c405fd color RGB value is (196,5,253).

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

The process color (four color CMYK) of #c405fd color hex is 0.23, 0.98, 0.00, 0.01. Web safe color of #c405fd is #cc00ff. Color #c405fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000101 11111101
Octal 304 5 375
Decimal 196 5 253
Hex C4 5 FD

RGB Percentages of Color #c405fd

%43.17
%1.10
%55.73

CMYK Percentages of Color #c405fd

%23
%98
%0
%1

Triadic Colors of #c405fd

#c405fd #fdc405 #05fdc4

Analogous Colors of #c405fd

#c405fd #fd05ba #4805fd

Monochromatic Colors of #c405fd

#c405fd

Complementary Color

#c405fd #3efd05

#c405fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c405fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c405fd Color CSS Codes

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

#c405fd Text Font Color

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

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


#c405fd Background Color

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

This div background color is #c405fd


#c405fd Border Color

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

This div border color is #c405fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c405fd


Comments

No comments written yet.

Please login to write comment.