Color Hex Logo

#4429cd Color Hex

#4429CD
(68,41,205)
0 Favorites   0 Comments

Color spaces of #4429cd

RGB 6841205
HSL0.690.670.48
HSV250°80°80°
CMYK 0.670.800.00   0.20
XYZ14.19637.222658.4035
Yxy7.22260.17780.0905
Hunter Lab26.874947.2591-110.0343
CIE-Lab32.308457.0610-79.2108

#4429cd color RGB value is (68,41,205).

#4429cd hex color red value is 68, green value is 41 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4429cd hue: 0.69 , saturation: 0.67 and the lightness value of 4429cd is 0.48.

The process color (four color CMYK) of #4429cd color hex is 0.67, 0.80, 0.00, 0.20. Web safe color of #4429cd is #3333cc. Color #4429cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 11001101
Octal 104 51 315
Decimal 68 41 205
Hex 44 29 CD

RGB Percentages of Color #4429cd

%21.66
%13.06
%65.29

CMYK Percentages of Color #4429cd

%67
%80
%0
%20

Triadic Colors of #4429cd

#4429cd #cd4429 #29cd44

Analogous Colors of #4429cd

#4429cd #9629cd #2960cd

Monochromatic Colors of #4429cd

#4429cd

Complementary Color

#4429cd #b2cd29

#4429cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4429cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4429cd Color CSS Codes

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

#4429cd Text Font Color

<p style="color:#4429cd">Text here</p>

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


#4429cd Background Color

<div style="background-color:#4429cd">
Div content here</div>

This div background color is #4429cd


#4429cd Border Color

<div style="border:3px solid #4429cd">
Div here</div>

This div border color is #4429cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,41,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4429cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4429cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4429cd;
  box-shadow:         1px 1px 3px 2px #4429cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,41,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4429cd


Comments

No comments written yet.

Please login to write comment.