Color Hex Logo

#4422af Color Hex

#4422AF
(68,34,175)
0 Favorites   0 Comments

Color spaces of #4422af

RGB 6834175
HSL0.710.670.41
HSV254°81°69°
CMYK 0.610.810.00   0.31
XYZ10.69385.468141.0493
Yxy5.46810.18690.0956
Hunter Lab23.384040.7085-87.7116
CIE-Lab28.028851.6007-68.5697

#4422af color RGB value is (68,34,175).

#4422af hex color red value is 68, green value is 34 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4422af hue: 0.71 , saturation: 0.67 and the lightness value of 4422af is 0.41.

The process color (four color CMYK) of #4422af color hex is 0.61, 0.81, 0.00, 0.31. Web safe color of #4422af is #333399. Color #4422af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100010 10101111
Octal 104 42 257
Decimal 68 34 175
Hex 44 22 AF

RGB Percentages of Color #4422af

%24.55
%12.27
%63.18

CMYK Percentages of Color #4422af

%61
%81
%0
%31

Triadic Colors of #4422af

#4422af #af4422 #22af44

Analogous Colors of #4422af

#4422af #8b22af #2246af

Monochromatic Colors of #4422af

#4422af

Complementary Color

#4422af #8daf22

#4422af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4422af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4422af Color CSS Codes

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

#4422af Text Font Color

<p style="color:#4422af">Text here</p>

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


#4422af Background Color

<div style="background-color:#4422af">
Div content here</div>

This div background color is #4422af


#4422af Border Color

<div style="border:3px solid #4422af">
Div here</div>

This div border color is #4422af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,34,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4422af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4422af;
  -webkit-box-shadow: 1px 1px 3px 2px #4422af;
  box-shadow:         1px 1px 3px 2px #4422af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4422af


Comments

No comments written yet.

Please login to write comment.