Color Hex Logo

#424dcb Color Hex

#424DCB
(66,77,203)
0 Favorites   0 Comments

Color spaces of #424dcb

RGB 6677203
HSL0.650.570.53
HSV235°67°80°
CMYK 0.670.620.00   0.20
XYZ15.680110.777857.7538
Yxy10.77780.18620.1280
Hunter Lab32.829627.8037-81.3223
CIE-Lab39.203736.2780-66.7175

#424dcb color RGB value is (66,77,203).

#424dcb hex color red value is 66, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #424dcb hue: 0.65 , saturation: 0.57 and the lightness value of 424dcb is 0.53.

The process color (four color CMYK) of #424dcb color hex is 0.67, 0.62, 0.00, 0.20. Web safe color of #424dcb is #3366cc. Color #424dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001101 11001011
Octal 102 115 313
Decimal 66 77 203
Hex 42 4D CB

RGB Percentages of Color #424dcb

%19.08
%22.25
%58.67

CMYK Percentages of Color #424dcb

%67
%62
%0
%20

Triadic Colors of #424dcb

#424dcb #cb424d #4dcb42

Analogous Colors of #424dcb

#424dcb #7c42cb #4292cb

Monochromatic Colors of #424dcb

#424dcb

Complementary Color

#424dcb #cbc042

#424dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#424dcb Color CSS Codes

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

#424dcb Text Font Color

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

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


#424dcb Background Color

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

This div background color is #424dcb


#424dcb Border Color

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

This div border color is #424dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424dcb


Comments

No comments written yet.

Please login to write comment.