Color Hex Logo

#422bda Color Hex

#422BDA
(66,43,218)
0 Favorites   0 Comments

Color spaces of #422bda

RGB 6643218
HSL0.690.700.51
HSV248°80°85°
CMYK 0.700.800.00   0.15
XYZ15.76557.948067.0328
Yxy7.94800.17370.0876
Hunter Lab28.192250.4835-121.2397
CIE-Lab33.874459.7461-84.1495

#422bda color RGB value is (66,43,218).

#422bda hex color red value is 66, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #422bda hue: 0.69 , saturation: 0.70 and the lightness value of 422bda is 0.51.

The process color (four color CMYK) of #422bda color hex is 0.70, 0.80, 0.00, 0.15. Web safe color of #422bda is #3333cc. Color #422bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101011 11011010
Octal 102 53 332
Decimal 66 43 218
Hex 42 2B DA

RGB Percentages of Color #422bda

%20.18
%13.15
%66.67

CMYK Percentages of Color #422bda

%70
%80
%0
%15

Triadic Colors of #422bda

#422bda #da422b #2bda42

Analogous Colors of #422bda

#422bda #9a2bda #2b6cda

Monochromatic Colors of #422bda

#422bda

Complementary Color

#422bda #c3da2b

#422bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#422bda Color CSS Codes

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

#422bda Text Font Color

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

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


#422bda Background Color

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

This div background color is #422bda


#422bda Border Color

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

This div border color is #422bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422bda


Comments

No comments written yet.

Please login to write comment.