Color Hex Logo

#4028da Color Hex

#4028DA
(64,40,218)
0 Favorites   0 Comments

Color spaces of #4028da

RGB 6440218
HSL0.690.710.51
HSV248°82°85°
CMYK 0.710.820.00   0.15
XYZ15.52807.669566.9916
Yxy7.66950.17220.0850
Hunter Lab27.693951.6210-124.0371
CIE-Lab33.284960.9005-85.1309

#4028da color RGB value is (64,40,218).

#4028da hex color red value is 64, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4028da hue: 0.69 , saturation: 0.71 and the lightness value of 4028da is 0.51.

The process color (four color CMYK) of #4028da color hex is 0.71, 0.82, 0.00, 0.15. Web safe color of #4028da is #3333cc. Color #4028da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101000 11011010
Octal 100 50 332
Decimal 64 40 218
Hex 40 28 DA

RGB Percentages of Color #4028da

%19.88
%12.42
%67.70

CMYK Percentages of Color #4028da

%71
%82
%0
%15

Triadic Colors of #4028da

#4028da #da4028 #28da40

Analogous Colors of #4028da

#4028da #9928da #2869da

Monochromatic Colors of #4028da

#4028da

Complementary Color

#4028da #c2da28

#4028da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4028da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4028da Color CSS Codes

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

#4028da Text Font Color

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

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


#4028da Background Color

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

This div background color is #4028da


#4028da Border Color

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

This div border color is #4028da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4028da


Comments

No comments written yet.

Please login to write comment.