Color Hex Logo

#3e5abf Color Hex

#3E5ABF
(62,90,191)
0 Favorites   0 Comments

Color spaces of #3e5abf

RGB 6290191
HSL0.630.510.50
HSV227°68°75°
CMYK 0.680.530.00   0.25
XYZ15.046712.098050.8323
Yxy12.09800.19300.1551
Hunter Lab34.782216.3499-62.3016
CIE-Lab41.371523.1908-56.2354

#3e5abf color RGB value is (62,90,191).

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

The process color (four color CMYK) of #3e5abf color hex is 0.68, 0.53, 0.00, 0.25. Web safe color of #3e5abf is #3366cc. Color #3e5abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01011010 10111111
Octal 76 132 277
Decimal 62 90 191
Hex 3E 5A BF

RGB Percentages of Color #3e5abf

%18.08
%26.24
%55.69

CMYK Percentages of Color #3e5abf

%68
%53
%0
%25

Triadic Colors of #3e5abf

#3e5abf #bf3e5a #5abf3e

Analogous Colors of #3e5abf

#3e5abf #633ebf #3e9bbf

Monochromatic Colors of #3e5abf

#3e5abf

Complementary Color

#3e5abf #bfa33e

#3e5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e5abf Color CSS Codes

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

#3e5abf Text Font Color

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

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


#3e5abf Background Color

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

This div background color is #3e5abf


#3e5abf Border Color

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

This div border color is #3e5abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,90,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e5abf


Comments

No comments written yet.

Please login to write comment.