Color Hex Logo

#3e5acb Color Hex

#3E5ACB
(62,90,203)
0 Favorites   0 Comments

Color spaces of #3e5acb

RGB 6290203
HSL0.630.580.52
HSV228°69°80°
CMYK 0.690.560.00   0.20
XYZ16.422312.648358.0757
Yxy12.64830.18840.1451
Hunter Lab35.564420.1867-71.9237
CIE-Lab42.228527.5003-61.8026

#3e5acb color RGB value is (62,90,203).

#3e5acb hex color red value is 62, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3e5acb hue: 0.63 , saturation: 0.58 and the lightness value of 3e5acb is 0.52.

The process color (four color CMYK) of #3e5acb color hex is 0.69, 0.56, 0.00, 0.20. Web safe color of #3e5acb is #3366cc. Color #3e5acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01011010 11001011
Octal 76 132 313
Decimal 62 90 203
Hex 3E 5A CB

RGB Percentages of Color #3e5acb

%17.46
%25.35
%57.18

CMYK Percentages of Color #3e5acb

%69
%56
%0
%20

Triadic Colors of #3e5acb

#3e5acb #cb3e5a #5acb3e

Analogous Colors of #3e5acb

#3e5acb #693ecb #3ea1cb

Monochromatic Colors of #3e5acb

#3e5acb

Complementary Color

#3e5acb #cbaf3e

#3e5acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e5acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e5acb Color CSS Codes

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

#3e5acb Text Font Color

<p style="color:#3e5acb">Text here</p>

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


#3e5acb Background Color

<div style="background-color:#3e5acb">
Div content here</div>

This div background color is #3e5acb


#3e5acb Border Color

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

This div border color is #3e5acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,90,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e5acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e5acb;
  -webkit-box-shadow: 1px 1px 3px 2px #3e5acb;
  box-shadow:         1px 1px 3px 2px #3e5acb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,90,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 #3e5acb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e5acb


Comments

No comments written yet.

Please login to write comment.