Color Hex Logo

#4424da Color Hex

#4424DA
(68,36,218)
0 Favorites   0 Comments

Color spaces of #4424da

RGB 6836218
HSL0.700.720.50
HSV251°83°85°
CMYK 0.690.830.00   0.15
XYZ15.66977.552766.9616
Yxy7.55270.17380.0837
Hunter Lab27.482253.6828-125.2253
CIE-Lab33.033462.8133-85.5391

#4424da color RGB value is (68,36,218).

#4424da hex color red value is 68, green value is 36 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4424da hue: 0.70 , saturation: 0.72 and the lightness value of 4424da is 0.50.

The process color (four color CMYK) of #4424da color hex is 0.69, 0.83, 0.00, 0.15. Web safe color of #4424da is #3333cc. Color #4424da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100100 11011010
Octal 104 44 332
Decimal 68 36 218
Hex 44 24 DA

RGB Percentages of Color #4424da

%21.12
%11.18
%67.70

CMYK Percentages of Color #4424da

%69
%83
%0
%15

Triadic Colors of #4424da

#4424da #da4424 #24da44

Analogous Colors of #4424da

#4424da #9f24da #245fda

Monochromatic Colors of #4424da

#4424da

Complementary Color

#4424da #bada24

#4424da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4424da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4424da Color CSS Codes

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

#4424da Text Font Color

<p style="color:#4424da">Text here</p>

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


#4424da Background Color

<div style="background-color:#4424da">
Div content here</div>

This div background color is #4424da


#4424da Border Color

<div style="border:3px solid #4424da">
Div here</div>

This div border color is #4424da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,36,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4424da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4424da;
  -webkit-box-shadow: 1px 1px 3px 2px #4424da;
  box-shadow:         1px 1px 3px 2px #4424da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4424da


Comments

No comments written yet.

Please login to write comment.