Color Hex Logo

#422aff Color Hex

#422AFF
(66,42,255)
0 Favorites   0 Comments

Color spaces of #422aff

RGB 6642255
HSL0.691.000.58
HSV247°84°100°
CMYK 0.740.840.00   0.00
XYZ21.124710.034295.4311
Yxy10.03420.16690.0793
Hunter Lab31.676863.6041-156.4462
CIE-Lab37.903770.5247-98.4616

#422aff color RGB value is (66,42,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 11111111
Octal 102 52 377
Decimal 66 42 255
Hex 42 2A FF

RGB Percentages of Color #422aff

%18.18
%11.57
%70.25

CMYK Percentages of Color #422aff

%74
%84
%0
%0

Triadic Colors of #422aff

#422aff #ff422a #2aff42

Analogous Colors of #422aff

#422aff #ad2aff #2a7dff

Monochromatic Colors of #422aff

#422aff

Complementary Color

#422aff #e7ff2a

#422aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#422aff Color CSS Codes

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

#422aff Text Font Color

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

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


#422aff Background Color

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

This div background color is #422aff


#422aff Border Color

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

This div border color is #422aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422aff


Comments

No comments written yet.

Please login to write comment.