Color Hex Logo

#393abd Color Hex

#393ABD
(57,58,189)
0 Favorites   0 Comments

Color spaces of #393abd

RGB 5758189
HSL0.670.540.48
HSV240°70°74°
CMYK 0.700.690.00   0.26
XYZ12.38577.570148.9525
Yxy7.57010.17970.1099
Hunter Lab27.513832.2049-86.2289
CIE-Lab33.071041.9788-68.6099

#393abd color RGB value is (57,58,189).

#393abd hex color red value is 57, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #393abd hue: 0.67 , saturation: 0.54 and the lightness value of 393abd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111010 10111101
Octal 71 72 275
Decimal 57 58 189
Hex 39 3A BD

RGB Percentages of Color #393abd

%18.75
%19.08
%62.17

CMYK Percentages of Color #393abd

%70
%69
%0
%26

Triadic Colors of #393abd

#393abd #bd393a #3abd39

Analogous Colors of #393abd

#393abd #7a39bd #397cbd

Monochromatic Colors of #393abd

#393abd

Complementary Color

#393abd #bdbc39

#393abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#393abd Color CSS Codes

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

#393abd Text Font Color

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

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


#393abd Background Color

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

This div background color is #393abd


#393abd Border Color

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

This div border color is #393abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393abd


Comments

No comments written yet.

Please login to write comment.