Color Hex Logo

#4228dc Color Hex

#4228DC
(66,40,220)
0 Favorites   0 Comments

Color spaces of #4228dc

RGB 6640220
HSL0.690.720.51
HSV249°82°86°
CMYK 0.700.820.00   0.14
XYZ15.92387.843168.3847
Yxy7.84310.17280.0851
Hunter Lab28.005552.4845-125.1721
CIE-Lab33.654061.6125-85.6656

#4228dc color RGB value is (66,40,220).

#4228dc hex color red value is 66, green value is 40 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4228dc hue: 0.69 , saturation: 0.72 and the lightness value of 4228dc is 0.51.

The process color (four color CMYK) of #4228dc color hex is 0.70, 0.82, 0.00, 0.14. Web safe color of #4228dc is #3333cc. Color #4228dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 11011100
Octal 102 50 334
Decimal 66 40 220
Hex 42 28 DC

RGB Percentages of Color #4228dc

%20.25
%12.27
%67.48

CMYK Percentages of Color #4228dc

%70
%82
%0
%14

Triadic Colors of #4228dc

#4228dc #dc4228 #28dc42

Analogous Colors of #4228dc

#4228dc #9c28dc #2868dc

Monochromatic Colors of #4228dc

#4228dc

Complementary Color

#4228dc #c2dc28

#4228dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4228dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4228dc Color CSS Codes

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

#4228dc Text Font Color

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

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


#4228dc Background Color

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

This div background color is #4228dc


#4228dc Border Color

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

This div border color is #4228dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,40,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4228dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4228dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4228dc;
  box-shadow:         1px 1px 3px 2px #4228dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4228dc


Comments

No comments written yet.

Please login to write comment.