Color Hex Logo

#4021fa Color Hex

#4021FA
(64,33,250)
0 Favorites   0 Comments

Color spaces of #4021fa

RGB 6433250
HSL0.690.960.55
HSV249°87°98°
CMYK 0.740.870.00   0.02
XYZ19.91359.079891.1455
Yxy9.07980.16580.0756
Hunter Lab30.132765.2313-158.2477
CIE-Lab36.137572.2352-98.5978

#4021fa color RGB value is (64,33,250).

#4021fa hex color red value is 64, green value is 33 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4021fa hue: 0.69 , saturation: 0.96 and the lightness value of 4021fa is 0.55.

The process color (four color CMYK) of #4021fa color hex is 0.74, 0.87, 0.00, 0.02. Web safe color of #4021fa is #3333ff. Color #4021fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100001 11111010
Octal 100 41 372
Decimal 64 33 250
Hex 40 21 FA

RGB Percentages of Color #4021fa

%18.44
%9.51
%72.05

CMYK Percentages of Color #4021fa

%74
%87
%0
%2

Triadic Colors of #4021fa

#4021fa #fa4021 #21fa40

Analogous Colors of #4021fa

#4021fa #ad21fa #216ffa

Monochromatic Colors of #4021fa

#4021fa

Complementary Color

#4021fa #dbfa21

#4021fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4021fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4021fa Color CSS Codes

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

#4021fa Text Font Color

<p style="color:#4021fa">Text here</p>

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


#4021fa Background Color

<div style="background-color:#4021fa">
Div content here</div>

This div background color is #4021fa


#4021fa Border Color

<div style="border:3px solid #4021fa">
Div here</div>

This div border color is #4021fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,33,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4021fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4021fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4021fa;
  box-shadow:         1px 1px 3px 2px #4021fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4021fa


Comments

No comments written yet.

Please login to write comment.