Color Hex Logo

#c41eef Color Hex

#C41EEF
(196,30,239)
0 Favorites   0 Comments

Color spaces of #c41eef

RGB 19630239
HSL0.800.870.53
HSV288°87°94°
CMYK 0.180.870.00   0.06
XYZ38.809218.896383.2632
Yxy18.89630.27530.1340
Hunter Lab43.469983.2896-83.1365
CIE-Lab50.565784.0177-68.1235

#c41eef color RGB value is (196,30,239).

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

The process color (four color CMYK) of #c41eef color hex is 0.18, 0.87, 0.00, 0.06. Web safe color of #c41eef is #cc33ff. Color #c41eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011110 11101111
Octal 304 36 357
Decimal 196 30 239
Hex C4 1E EF

RGB Percentages of Color #c41eef

%42.15
%6.45
%51.40

CMYK Percentages of Color #c41eef

%18
%87
%0
%6

Triadic Colors of #c41eef

#c41eef #efc41e #1eefc4

Analogous Colors of #c41eef

#c41eef #ef1eb2 #5c1eef

Monochromatic Colors of #c41eef

#c41eef

Complementary Color

#c41eef #49ef1e

#c41eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41eef Color CSS Codes

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

#c41eef Text Font Color

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

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


#c41eef Background Color

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

This div background color is #c41eef


#c41eef Border Color

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

This div border color is #c41eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41eef


Comments

No comments written yet.

Please login to write comment.