Color Hex Logo

#4008af Color Hex

#4008AF
(64,8,175)
0 Favorites   0 Comments

Color spaces of #4008af

RGB 648175
HSL0.720.910.36
HSV260°95°69°
CMYK 0.630.950.00   0.31
XYZ9.93904.358840.8749
Yxy4.35880.18010.0790
Hunter Lab20.877748.4402-101.4649
CIE-Lab24.823859.5970-73.8906

#4008af color RGB value is (64,8,175).

#4008af hex color red value is 64, green value is 8 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4008af hue: 0.72 , saturation: 0.91 and the lightness value of 4008af is 0.36.

The process color (four color CMYK) of #4008af color hex is 0.63, 0.95, 0.00, 0.31. Web safe color of #4008af is #330099. Color #4008af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 10101111
Octal 100 10 257
Decimal 64 8 175
Hex 40 8 AF

RGB Percentages of Color #4008af

%25.91
%3.24
%70.85

CMYK Percentages of Color #4008af

%63
%95
%0
%31

Triadic Colors of #4008af

#4008af #af4008 #08af40

Analogous Colors of #4008af

#4008af #9408af #0824af

Monochromatic Colors of #4008af

#4008af

Complementary Color

#4008af #77af08

#4008af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4008af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4008af Color CSS Codes

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

#4008af Text Font Color

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

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


#4008af Background Color

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

This div background color is #4008af


#4008af Border Color

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

This div border color is #4008af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,8,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 #4008af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4008af


Comments

No comments written yet.

Please login to write comment.