Color Hex Logo

#4229dd Color Hex

#4229DD
(66,41,221)
0 Favorites   0 Comments

Color spaces of #4229dd

RGB 6641221
HSL0.690.730.51
HSV248°81°87°
CMYK 0.700.810.00   0.13
XYZ16.09087.964669.0958
Yxy7.96460.17270.0855
Hunter Lab28.221652.3855-125.4063
CIE-Lab33.909161.4732-85.8174

#4229dd color RGB value is (66,41,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101001 11011101
Octal 102 51 335
Decimal 66 41 221
Hex 42 29 DD

RGB Percentages of Color #4229dd

%20.12
%12.50
%67.38

CMYK Percentages of Color #4229dd

%70
%81
%0
%13

Triadic Colors of #4229dd

#4229dd #dd4229 #29dd42

Analogous Colors of #4229dd

#4229dd #9c29dd #296add

Monochromatic Colors of #4229dd

#4229dd

Complementary Color

#4229dd #c4dd29

#4229dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4229dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4229dd Color CSS Codes

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

#4229dd Text Font Color

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

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


#4229dd Background Color

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

This div background color is #4229dd


#4229dd Border Color

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

This div border color is #4229dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4229dd


Comments

No comments written yet.

Please login to write comment.