Color Hex Logo

#4027ac Color Hex

#4027AC
(64,39,172)
0 Favorites   0 Comments

Color spaces of #4027ac

RGB 6439172
HSL0.700.630.41
HSV251°77°67°
CMYK 0.630.770.00   0.33
XYZ10.28635.519639.5530
Yxy5.51960.18580.0997
Hunter Lab23.493837.0384-83.3719
CIE-Lab28.166647.9009-66.5548

#4027ac color RGB value is (64,39,172).

#4027ac hex color red value is 64, green value is 39 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4027ac hue: 0.70 , saturation: 0.63 and the lightness value of 4027ac is 0.41.

The process color (four color CMYK) of #4027ac color hex is 0.63, 0.77, 0.00, 0.33. Web safe color of #4027ac is #333399. Color #4027ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100111 10101100
Octal 100 47 254
Decimal 64 39 172
Hex 40 27 AC

RGB Percentages of Color #4027ac

%23.27
%14.18
%62.55

CMYK Percentages of Color #4027ac

%63
%77
%0
%33

Triadic Colors of #4027ac

#4027ac #ac4027 #27ac40

Analogous Colors of #4027ac

#4027ac #8327ac #2750ac

Monochromatic Colors of #4027ac

#4027ac

Complementary Color

#4027ac #93ac27

#4027ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4027ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4027ac Color CSS Codes

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

#4027ac Text Font Color

<p style="color:#4027ac">Text here</p>

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


#4027ac Background Color

<div style="background-color:#4027ac">
Div content here</div>

This div background color is #4027ac


#4027ac Border Color

<div style="border:3px solid #4027ac">
Div here</div>

This div border color is #4027ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,39,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4027ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4027ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4027ac;
  box-shadow:         1px 1px 3px 2px #4027ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,39,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4027ac


Comments

No comments written yet.

Please login to write comment.