Color Hex Logo

#4028af Color Hex

#4028AF
(64,40,175)
0 Favorites   0 Comments

Color spaces of #4028af

RGB 6440175
HSL0.700.630.42
HSV251°77°69°
CMYK 0.630.770.00   0.31
XYZ10.61105.702741.0989
Yxy5.70270.18480.0993
Hunter Lab23.880337.5242-85.3240
CIE-Lab28.649748.2999-67.5574

#4028af color RGB value is (64,40,175).

#4028af hex color red value is 64, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4028af hue: 0.70 , saturation: 0.63 and the lightness value of 4028af is 0.42.

The process color (four color CMYK) of #4028af color hex is 0.63, 0.77, 0.00, 0.31. Web safe color of #4028af is #333399. Color #4028af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101000 10101111
Octal 100 50 257
Decimal 64 40 175
Hex 40 28 AF

RGB Percentages of Color #4028af

%22.94
%14.34
%62.72

CMYK Percentages of Color #4028af

%63
%77
%0
%31

Triadic Colors of #4028af

#4028af #af4028 #28af40

Analogous Colors of #4028af

#4028af #8428af #2853af

Monochromatic Colors of #4028af

#4028af

Complementary Color

#4028af #97af28

#4028af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4028af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4028af Color CSS Codes

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

#4028af Text Font Color

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

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


#4028af Background Color

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

This div background color is #4028af


#4028af Border Color

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

This div border color is #4028af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4028af


Comments

No comments written yet.

Please login to write comment.