Color Hex Logo

#422afd Color Hex

#422AFD
(66,42,253)
0 Favorites   0 Comments

Color spaces of #422afd

RGB 6642253
HSL0.690.980.58
HSV247°83°99°
CMYK 0.740.830.00   0.01
XYZ20.80449.906093.7440
Yxy9.90600.16720.0796
Hunter Lab31.473862.9106-154.5623
CIE-Lab37.673269.9800-97.7245

#422afd color RGB value is (66,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 11111101
Octal 102 52 375
Decimal 66 42 253
Hex 42 2A FD

RGB Percentages of Color #422afd

%18.28
%11.63
%70.08

CMYK Percentages of Color #422afd

%74
%83
%0
%1

Triadic Colors of #422afd

#422afd #fd422a #2afd42

Analogous Colors of #422afd

#422afd #ac2afd #2a7cfd

Monochromatic Colors of #422afd

#422afd

Complementary Color

#422afd #e5fd2a

#422afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#422afd Color CSS Codes

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

#422afd Text Font Color

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

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


#422afd Background Color

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

This div background color is #422afd


#422afd Border Color

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

This div border color is #422afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,42,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 #422afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422afd


Comments

No comments written yet.

Please login to write comment.