Color Hex Logo

#424ecb Color Hex

#424ECB
(66,78,203)
0 Favorites   0 Comments

Color spaces of #424ecb

RGB 6678203
HSL0.650.570.53
HSV235°67°80°
CMYK 0.670.620.00   0.20
XYZ15.750610.918857.7773
Yxy10.91880.18650.1293
Hunter Lab33.043627.2577-80.5390
CIE-Lab39.443435.6552-66.3262

#424ecb color RGB value is (66,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 11001011
Octal 102 116 313
Decimal 66 78 203
Hex 42 4E CB

RGB Percentages of Color #424ecb

%19.02
%22.48
%58.50

CMYK Percentages of Color #424ecb

%67
%62
%0
%20

Triadic Colors of #424ecb

#424ecb #cb424e #4ecb42

Analogous Colors of #424ecb

#424ecb #7b42cb #4293cb

Monochromatic Colors of #424ecb

#424ecb

Complementary Color

#424ecb #cbbf42

#424ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#424ecb Color CSS Codes

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

#424ecb Text Font Color

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

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


#424ecb Background Color

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

This div background color is #424ecb


#424ecb Border Color

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

This div border color is #424ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424ecb


Comments

No comments written yet.

Please login to write comment.