Color Hex Logo

#4221eb Color Hex

#4221EB
(66,33,235)
0 Favorites   0 Comments

Color spaces of #4221eb

RGB 6633235
HSL0.690.830.53
HSV250°86°92°
CMYK 0.720.860.00   0.08
XYZ17.78608.244179.2511
Yxy8.24410.16890.0783
Hunter Lab28.712560.3250-143.5509
CIE-Lab34.486268.3766-92.8606

#4221eb color RGB value is (66,33,235).

#4221eb hex color red value is 66, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4221eb hue: 0.69 , saturation: 0.83 and the lightness value of 4221eb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 11101011
Octal 102 41 353
Decimal 66 33 235
Hex 42 21 EB

RGB Percentages of Color #4221eb

%19.76
%9.88
%70.36

CMYK Percentages of Color #4221eb

%72
%86
%0
%8

Triadic Colors of #4221eb

#4221eb #eb4221 #21eb42

Analogous Colors of #4221eb

#4221eb #a721eb #2165eb

Monochromatic Colors of #4221eb

#4221eb

Complementary Color

#4221eb #caeb21

#4221eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4221eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4221eb Color CSS Codes

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

#4221eb Text Font Color

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

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


#4221eb Background Color

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

This div background color is #4221eb


#4221eb Border Color

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

This div border color is #4221eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,33,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 #4221eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4221eb


Comments

No comments written yet.

Please login to write comment.