Color Hex Logo

#c401ef Color Hex

#C401EF
(196,1,239)
0 Favorites   0 Comments

Color spaces of #c401ef

RGB 1961239
HSL0.800.990.47
HSV289°100°94°
CMYK 0.181.000.00   0.06
XYZ38.355817.989583.1121
Yxy17.98950.27500.1290
Hunter Lab42.414087.1963-86.4915
CIE-Lab49.483487.2326-69.8788

#c401ef color RGB value is (196,1,239).

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

The process color (four color CMYK) of #c401ef color hex is 0.18, 1.00, 0.00, 0.06. Web safe color of #c401ef is #cc00ff. Color #c401ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000001 11101111
Octal 304 1 357
Decimal 196 1 239
Hex C4 1 EF

RGB Percentages of Color #c401ef

%44.95
%0.23
%54.82

CMYK Percentages of Color #c401ef

%18
%100
%0
%6

Triadic Colors of #c401ef

#c401ef #efc401 #01efc4

Analogous Colors of #c401ef

#c401ef #ef01a3 #4d01ef

Monochromatic Colors of #c401ef

#c401ef

Complementary Color

#c401ef #2cef01

#c401ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c401ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c401ef Color CSS Codes

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

#c401ef Text Font Color

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

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


#c401ef Background Color

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

This div background color is #c401ef


#c401ef Border Color

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

This div border color is #c401ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c401ef


Comments

No comments written yet.

Please login to write comment.