Color Hex Logo

#4021ff Color Hex

#4021FF
(64,33,255)
0 Favorites   0 Comments

Color spaces of #4021ff

RGB 6433255
HSL0.691.000.56
HSV248°87°100°
CMYK 0.750.870.00   0.00
XYZ20.70829.397795.3302
Yxy9.39770.16510.0749
Hunter Lab30.655766.9311-162.9157
CIE-Lab36.739073.5415-100.4023

#4021ff color RGB value is (64,33,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100001 11111111
Octal 100 41 377
Decimal 64 33 255
Hex 40 21 FF

RGB Percentages of Color #4021ff

%18.18
%9.38
%72.44

CMYK Percentages of Color #4021ff

%75
%87
%0
%0

Triadic Colors of #4021ff

#4021ff #ff4021 #21ff40

Analogous Colors of #4021ff

#4021ff #af21ff #2171ff

Monochromatic Colors of #4021ff

#4021ff

Complementary Color

#4021ff #e0ff21

#4021ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4021ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4021ff Color CSS Codes

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

#4021ff Text Font Color

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

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


#4021ff Background Color

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

This div background color is #4021ff


#4021ff Border Color

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

This div border color is #4021ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4021ff


Comments

No comments written yet.

Please login to write comment.