Color Hex Logo

#4211eb Color Hex

#4211EB
(66,17,235)
0 Favorites   0 Comments

Color spaces of #4211eb

RGB 6617235
HSL0.700.870.49
HSV253°93°92°
CMYK 0.720.930.00   0.08
XYZ17.44267.557379.1366
Yxy7.55730.16750.0726
Hunter Lab27.490565.1488-151.4338
CIE-Lab33.043472.7431-95.2616

#4211eb color RGB value is (66,17,235).

#4211eb hex color red value is 66, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4211eb hue: 0.70 , saturation: 0.87 and the lightness value of 4211eb is 0.49.

The process color (four color CMYK) of #4211eb color hex is 0.72, 0.93, 0.00, 0.08. Web safe color of #4211eb is #3300ff. Color #4211eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010001 11101011
Octal 102 21 353
Decimal 66 17 235
Hex 42 11 EB

RGB Percentages of Color #4211eb

%20.75
%5.35
%73.90

CMYK Percentages of Color #4211eb

%72
%93
%0
%8

Triadic Colors of #4211eb

#4211eb #eb4211 #11eb42

Analogous Colors of #4211eb

#4211eb #af11eb #114deb

Monochromatic Colors of #4211eb

#4211eb

Complementary Color

#4211eb #baeb11

#4211eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4211eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4211eb Color CSS Codes

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

#4211eb Text Font Color

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

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


#4211eb Background Color

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

This div background color is #4211eb


#4211eb Border Color

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

This div border color is #4211eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,17,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4211eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4211eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4211eb;
  box-shadow:         1px 1px 3px 2px #4211eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,17,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4211eb


Comments

No comments written yet.

Please login to write comment.