Color Hex Logo

#4402da Color Hex

#4402DA
(68,2,218)
0 Favorites   0 Comments

Color spaces of #4402da

RGB 682218
HSL0.720.980.43
HSV258°99°85°
CMYK 0.690.990.00   0.15
XYZ15.06056.334366.7585
Yxy6.33430.17080.0719
Hunter Lab25.168062.7700-139.6498
CIE-Lab30.240771.2509-90.1820

#4402da color RGB value is (68,2,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000010 11011010
Octal 104 2 332
Decimal 68 2 218
Hex 44 2 DA

RGB Percentages of Color #4402da

%23.61
%0.69
%75.69

CMYK Percentages of Color #4402da

%69
%99
%0
%15

Triadic Colors of #4402da

#4402da #da4402 #02da44

Analogous Colors of #4402da

#4402da #b002da #022cda

Monochromatic Colors of #4402da

#4402da

Complementary Color

#4402da #98da02

#4402da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4402da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4402da Color CSS Codes

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

#4402da Text Font Color

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

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


#4402da Background Color

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

This div background color is #4402da


#4402da Border Color

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

This div border color is #4402da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,2,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 #4402da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4402da


Comments

No comments written yet.

Please login to write comment.