Color Hex Logo

#4110ee Color Hex

#4110EE
(65,16,238)
0 Favorites   0 Comments

Color spaces of #4110ee

RGB 6516238
HSL0.700.870.50
HSV253°93°93°
CMYK 0.730.930.00   0.07
XYZ17.79797.667481.4308
Yxy7.66740.16650.0717
Hunter Lab27.690166.2739-154.9766
CIE-Lab33.280473.6378-96.5741

#4110ee color RGB value is (65,16,238).

#4110ee hex color red value is 65, green value is 16 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4110ee hue: 0.70 , saturation: 0.87 and the lightness value of 4110ee is 0.50.

The process color (four color CMYK) of #4110ee color hex is 0.73, 0.93, 0.00, 0.07. Web safe color of #4110ee is #3300ff. Color #4110ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010000 11101110
Octal 101 20 356
Decimal 65 16 238
Hex 41 10 EE

RGB Percentages of Color #4110ee

%20.38
%5.02
%74.61

CMYK Percentages of Color #4110ee

%73
%93
%0
%7

Triadic Colors of #4110ee

#4110ee #ee4110 #10ee41

Analogous Colors of #4110ee

#4110ee #b010ee #104eee

Monochromatic Colors of #4110ee

#4110ee

Complementary Color

#4110ee #bdee10

#4110ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4110ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4110ee Color CSS Codes

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

#4110ee Text Font Color

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

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


#4110ee Background Color

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

This div background color is #4110ee


#4110ee Border Color

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

This div border color is #4110ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,16,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4110ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4110ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4110ee;
  box-shadow:         1px 1px 3px 2px #4110ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,16,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4110ee


Comments

No comments written yet.

Please login to write comment.