Color Hex Logo

#4228dd Color Hex

#4228DD
(66,40,221)
0 Favorites   0 Comments

Color spaces of #4228dd

RGB 6640221
HSL0.690.730.51
HSV249°82°87°
CMYK 0.700.820.00   0.13
XYZ16.05677.896369.0845
Yxy7.89630.17260.0849
Hunter Lab28.100452.8203-126.0937
CIE-Lab33.766061.8944-86.0548

#4228dd color RGB value is (66,40,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 11011101
Octal 102 50 335
Decimal 66 40 221
Hex 42 28 DD

RGB Percentages of Color #4228dd

%20.18
%12.23
%67.58

CMYK Percentages of Color #4228dd

%70
%82
%0
%13

Triadic Colors of #4228dd

#4228dd #dd4228 #28dd42

Analogous Colors of #4228dd

#4228dd #9d28dd #2869dd

Monochromatic Colors of #4228dd

#4228dd

Complementary Color

#4228dd #c3dd28

#4228dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4228dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4228dd Color CSS Codes

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

#4228dd Text Font Color

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

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


#4228dd Background Color

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

This div background color is #4228dd


#4228dd Border Color

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

This div border color is #4228dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4228dd


Comments

No comments written yet.

Please login to write comment.