Color Hex Logo

#420afd Color Hex

#420AFD
(66,10,253)
0 Favorites   0 Comments

Color spaces of #420afd

RGB 6610253
HSL0.710.980.52
HSV254°96°99°
CMYK 0.740.960.00   0.01
XYZ20.08498.467293.5042
Yxy8.46720.16460.0694
Hunter Lab29.098572.2854-170.1520
CIE-Lab34.937578.2570-102.2788

#420afd color RGB value is (66,10,253).

#420afd hex color red value is 66, green value is 10 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #420afd hue: 0.71 , saturation: 0.98 and the lightness value of 420afd is 0.52.

The process color (four color CMYK) of #420afd color hex is 0.74, 0.96, 0.00, 0.01. Web safe color of #420afd is #3300ff. Color #420afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001010 11111101
Octal 102 12 375
Decimal 66 10 253
Hex 42 A FD

RGB Percentages of Color #420afd

%20.06
%3.04
%76.90

CMYK Percentages of Color #420afd

%74
%96
%0
%1

Triadic Colors of #420afd

#420afd #fd420a #0afd42

Analogous Colors of #420afd

#420afd #bc0afd #0a4bfd

Monochromatic Colors of #420afd

#420afd

Complementary Color

#420afd #c5fd0a

#420afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#420afd Color CSS Codes

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

#420afd Text Font Color

<p style="color:#420afd">Text here</p>

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


#420afd Background Color

<div style="background-color:#420afd">
Div content here</div>

This div background color is #420afd


#420afd Border Color

<div style="border:3px solid #420afd">
Div here</div>

This div border color is #420afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,10,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #420afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #420afd;
  -webkit-box-shadow: 1px 1px 3px 2px #420afd;
  box-shadow:         1px 1px 3px 2px #420afd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,10,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420afd


Comments

No comments written yet.

Please login to write comment.