Color Hex Logo

#4226eb Color Hex

#4226EB
(66,38,235)
0 Favorites   0 Comments

Color spaces of #4226eb

RGB 6638235
HSL0.690.830.54
HSV249°84°92°
CMYK 0.720.840.00   0.08
XYZ17.93538.542679.3009
Yxy8.54260.16960.0808
Hunter Lab29.227758.3862-140.4067
CIE-Lab35.088366.5793-91.8602

#4226eb color RGB value is (66,38,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100110 11101011
Octal 102 46 353
Decimal 66 38 235
Hex 42 26 EB

RGB Percentages of Color #4226eb

%19.47
%11.21
%69.32

CMYK Percentages of Color #4226eb

%72
%84
%0
%8

Triadic Colors of #4226eb

#4226eb #eb4226 #26eb42

Analogous Colors of #4226eb

#4226eb #a526eb #266deb

Monochromatic Colors of #4226eb

#4226eb

Complementary Color

#4226eb #cfeb26

#4226eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4226eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4226eb Color CSS Codes

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

#4226eb Text Font Color

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

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


#4226eb Background Color

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

This div background color is #4226eb


#4226eb Border Color

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

This div border color is #4226eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4226eb


Comments

No comments written yet.

Please login to write comment.