Color Hex Logo

#3e8bdd Color Hex

#3E8BDD
(62,139,221)
0 Favorites   0 Comments

Color spaces of #3e8bdd

RGB 62139221
HSL0.590.700.55
HSV211°72°87°
CMYK 0.720.370.00   0.13
XYZ24.270424.709871.8969
Yxy24.70980.20080.2044
Hunter Lab49.70900.1620-50.9582
CIE-Lab56.79163.4552-48.6566

#3e8bdd color RGB value is (62,139,221).

#3e8bdd hex color red value is 62, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3e8bdd hue: 0.59 , saturation: 0.70 and the lightness value of 3e8bdd is 0.55.

The process color (four color CMYK) of #3e8bdd color hex is 0.72, 0.37, 0.00, 0.13. Web safe color of #3e8bdd is #3399cc. Color #3e8bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10001011 11011101
Octal 76 213 335
Decimal 62 139 221
Hex 3E 8B DD

RGB Percentages of Color #3e8bdd

%14.69
%32.94
%52.37

CMYK Percentages of Color #3e8bdd

%72
%37
%0
%13

Triadic Colors of #3e8bdd

#3e8bdd #dd3e8b #8bdd3e

Analogous Colors of #3e8bdd

#3e8bdd #403edd #3edbdd

Monochromatic Colors of #3e8bdd

#3e8bdd

Complementary Color

#3e8bdd #dd903e

#3e8bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e8bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e8bdd Color CSS Codes

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

#3e8bdd Text Font Color

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

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


#3e8bdd Background Color

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

This div background color is #3e8bdd


#3e8bdd Border Color

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

This div border color is #3e8bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e8bdd


Comments

No comments written yet.

Please login to write comment.