Color Hex Logo

#c405eb Color Hex

#C405EB
(196,5,235)
0 Favorites   0 Comments

Color spaces of #c405eb

RGB 1965235
HSL0.810.960.47
HSV290°98°92°
CMYK 0.170.980.00   0.08
XYZ37.814617.842580.0481
Yxy17.84250.27870.1315
Hunter Lab42.240485.8768-82.7899
CIE-Lab49.304586.2574-67.9128

#c405eb color RGB value is (196,5,235).

#c405eb hex color red value is 196, green value is 5 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c405eb hue: 0.81 , saturation: 0.96 and the lightness value of c405eb is 0.47.

The process color (four color CMYK) of #c405eb color hex is 0.17, 0.98, 0.00, 0.08. Web safe color of #c405eb is #cc00ff. Color #c405eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000101 11101011
Octal 304 5 353
Decimal 196 5 235
Hex C4 5 EB

RGB Percentages of Color #c405eb

%44.95
%1.15
%53.90

CMYK Percentages of Color #c405eb

%17
%98
%0
%8

Triadic Colors of #c405eb

#c405eb #ebc405 #05ebc4

Analogous Colors of #c405eb

#c405eb #eb059f #5105eb

Monochromatic Colors of #c405eb

#c405eb

Complementary Color

#c405eb #2ceb05

#c405eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c405eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c405eb Color CSS Codes

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

#c405eb Text Font Color

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

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


#c405eb Background Color

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

This div background color is #c405eb


#c405eb Border Color

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

This div border color is #c405eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c405eb


Comments

No comments written yet.

Please login to write comment.