Color Hex Logo

#422abd Color Hex

#422ABD
(66,42,189)
0 Favorites   0 Comments

Color spaces of #422abd

RGB 6642189
HSL0.690.640.45
HSV250°78°74°
CMYK 0.650.780.00   0.26
XYZ12.26006.488348.7503
Yxy6.48830.18160.0961
Hunter Lab25.472141.3376-95.6427
CIE-Lab30.612451.7158-72.6376

#422abd color RGB value is (66,42,189).

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

The process color (four color CMYK) of #422abd color hex is 0.65, 0.78, 0.00, 0.26. Web safe color of #422abd is #3333cc. Color #422abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 10111101
Octal 102 52 275
Decimal 66 42 189
Hex 42 2A BD

RGB Percentages of Color #422abd

%22.22
%14.14
%63.64

CMYK Percentages of Color #422abd

%65
%78
%0
%26

Triadic Colors of #422abd

#422abd #bd422a #2abd42

Analogous Colors of #422abd

#422abd #8c2abd #2a5cbd

Monochromatic Colors of #422abd

#422abd

Complementary Color

#422abd #a5bd2a

#422abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#422abd Color CSS Codes

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

#422abd Text Font Color

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

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


#422abd Background Color

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

This div background color is #422abd


#422abd Border Color

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

This div border color is #422abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422abd


Comments

No comments written yet.

Please login to write comment.