Color Hex Logo

#424bdd Color Hex

#424BDD
(66,75,221)
0 Favorites   0 Comments

Color spaces of #424bdd

RGB 6675221
HSL0.660.700.56
HSV237°70°87°
CMYK 0.700.660.00   0.13
XYZ17.814011.410969.6702
Yxy11.41090.18010.1154
Hunter Lab33.780035.0175-98.6377
CIE-Lab40.264143.6218-75.3354

#424bdd color RGB value is (66,75,221).

#424bdd hex color red value is 66, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #424bdd hue: 0.66 , saturation: 0.70 and the lightness value of 424bdd is 0.56.

The process color (four color CMYK) of #424bdd color hex is 0.70, 0.66, 0.00, 0.13. Web safe color of #424bdd is #3333cc. Color #424bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001011 11011101
Octal 102 113 335
Decimal 66 75 221
Hex 42 4B DD

RGB Percentages of Color #424bdd

%18.23
%20.72
%61.05

CMYK Percentages of Color #424bdd

%70
%66
%0
%13

Triadic Colors of #424bdd

#424bdd #dd424b #4bdd42

Analogous Colors of #424bdd

#424bdd #8742dd #4299dd

Monochromatic Colors of #424bdd

#424bdd

Complementary Color

#424bdd #ddd442

#424bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#424bdd Color CSS Codes

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

#424bdd Text Font Color

<p style="color:#424bdd">Text here</p>

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


#424bdd Background Color

<div style="background-color:#424bdd">
Div content here</div>

This div background color is #424bdd


#424bdd Border Color

<div style="border:3px solid #424bdd">
Div here</div>

This div border color is #424bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,75,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #424bdd;
  box-shadow:         1px 1px 3px 2px #424bdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424bdd


Comments

No comments written yet.

Please login to write comment.