Color Hex Logo

#c41ee4 Color Hex

#C41EE4
(196,30,228)
0 Favorites   0 Comments

Color spaces of #c41ee4

RGB 19630228
HSL0.810.790.51
HSV290°87°89°
CMYK 0.140.870.00   0.11
XYZ37.232818.265774.9620
Yxy18.26570.28540.1400
Hunter Lab42.738480.7133-74.0762
CIE-Lab49.816882.1536-63.1226

#c41ee4 color RGB value is (196,30,228).

#c41ee4 hex color red value is 196, green value is 30 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #c41ee4 hue: 0.81 , saturation: 0.79 and the lightness value of c41ee4 is 0.51.

The process color (four color CMYK) of #c41ee4 color hex is 0.14, 0.87, 0.00, 0.11. Web safe color of #c41ee4 is #cc33cc. Color #c41ee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011110 11100100
Octal 304 36 344
Decimal 196 30 228
Hex C4 1E E4

RGB Percentages of Color #c41ee4

%43.17
%6.61
%50.22

CMYK Percentages of Color #c41ee4

%14
%87
%0
%11

Triadic Colors of #c41ee4

#c41ee4 #e4c41e #1ee4c4

Analogous Colors of #c41ee4

#c41ee4 #e41ea1 #611ee4

Monochromatic Colors of #c41ee4

#c41ee4

Complementary Color

#c41ee4 #3ee41e

#c41ee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41ee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41ee4 Color CSS Codes

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

#c41ee4 Text Font Color

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

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


#c41ee4 Background Color

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

This div background color is #c41ee4


#c41ee4 Border Color

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

This div border color is #c41ee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41ee4


Comments

No comments written yet.

Please login to write comment.