Color Hex Logo

#393eba Color Hex

#393EBA
(57,62,186)
0 Favorites   0 Comments

Color spaces of #393eba

RGB 5762186
HSL0.660.530.48
HSV238°69°73°
CMYK 0.690.670.00   0.27
XYZ12.27297.860347.3247
Yxy7.86030.18190.1165
Hunter Lab28.036229.0752-80.4552
CIE-Lab33.690238.5380-65.8248

#393eba color RGB value is (57,62,186).

#393eba hex color red value is 57, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #393eba hue: 0.66 , saturation: 0.53 and the lightness value of 393eba is 0.48.

The process color (four color CMYK) of #393eba color hex is 0.69, 0.67, 0.00, 0.27. Web safe color of #393eba is #3333cc. Color #393eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111110 10111010
Octal 71 76 272
Decimal 57 62 186
Hex 39 3E BA

RGB Percentages of Color #393eba

%18.69
%20.33
%60.98

CMYK Percentages of Color #393eba

%69
%67
%0
%27

Triadic Colors of #393eba

#393eba #ba393e #3eba39

Analogous Colors of #393eba

#393eba #7539ba #397fba

Monochromatic Colors of #393eba

#393eba

Complementary Color

#393eba #bab539

#393eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#393eba Color CSS Codes

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

#393eba Text Font Color

<p style="color:#393eba">Text here</p>

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


#393eba Background Color

<div style="background-color:#393eba">
Div content here</div>

This div background color is #393eba


#393eba Border Color

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

This div border color is #393eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,62,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #393eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #393eba;
  -webkit-box-shadow: 1px 1px 3px 2px #393eba;
  box-shadow:         1px 1px 3px 2px #393eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393eba


Comments

No comments written yet.

Please login to write comment.