Color Hex Logo

#c401ed Color Hex

#C401ED
(196,1,237)
0 Favorites   0 Comments

Color spaces of #c401ed

RGB 1961237
HSL0.800.990.47
HSV290°100°93°
CMYK 0.171.000.00   0.07
XYZ38.061917.871981.5643
Yxy17.87190.27680.1300
Hunter Lab42.275286.7286-84.7995
CIE-Lab49.340486.9028-68.9836

#c401ed color RGB value is (196,1,237).

#c401ed hex color red value is 196, green value is 1 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c401ed hue: 0.80 , saturation: 0.99 and the lightness value of c401ed is 0.47.

The process color (four color CMYK) of #c401ed color hex is 0.17, 1.00, 0.00, 0.07. Web safe color of #c401ed is #cc00ff. Color #c401ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000001 11101101
Octal 304 1 355
Decimal 196 1 237
Hex C4 1 ED

RGB Percentages of Color #c401ed

%45.16
%0.23
%54.61

CMYK Percentages of Color #c401ed

%17
%100
%0
%7

Triadic Colors of #c401ed

#c401ed #edc401 #01edc4

Analogous Colors of #c401ed

#c401ed #ed01a0 #4e01ed

Monochromatic Colors of #c401ed

#c401ed

Complementary Color

#c401ed #2aed01

#c401ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c401ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c401ed Color CSS Codes

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

#c401ed Text Font Color

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

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


#c401ed Background Color

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

This div background color is #c401ed


#c401ed Border Color

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

This div border color is #c401ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c401ed


Comments

No comments written yet.

Please login to write comment.