Color Hex Logo

#c411ef Color Hex

#C411EF
(196,17,239)
0 Favorites   0 Comments

Color spaces of #c411ef

RGB 19617239
HSL0.800.870.50
HSV288°93°94°
CMYK 0.180.930.00   0.06
XYZ38.545418.368783.1753
Yxy18.36870.27510.1311
Hunter Lab42.858785.5329-85.0621
CIE-Lab49.940385.8709-69.1373

#c411ef color RGB value is (196,17,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 11101111
Octal 304 21 357
Decimal 196 17 239
Hex C4 11 EF

RGB Percentages of Color #c411ef

%43.36
%3.76
%52.88

CMYK Percentages of Color #c411ef

%18
%93
%0
%6

Triadic Colors of #c411ef

#c411ef #efc411 #11efc4

Analogous Colors of #c411ef

#c411ef #ef11ab #5511ef

Monochromatic Colors of #c411ef

#c411ef

Complementary Color

#c411ef #3cef11

#c411ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c411ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c411ef Color CSS Codes

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

#c411ef Text Font Color

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

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


#c411ef Background Color

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

This div background color is #c411ef


#c411ef Border Color

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

This div border color is #c411ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c411ef


Comments

No comments written yet.

Please login to write comment.