Color Hex Logo

#393ddb Color Hex

#393DDB
(57,61,219)
0 Favorites   0 Comments

Color spaces of #393ddb

RGB 5761219
HSL0.660.690.54
HSV239°74°86°
CMYK 0.740.720.00   0.14
XYZ16.14239.321867.9663
Yxy9.32180.17280.0998
Hunter Lab30.531640.9440-110.6130
CIE-Lab36.596650.1836-80.2420

#393ddb color RGB value is (57,61,219).

#393ddb hex color red value is 57, green value is 61 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #393ddb hue: 0.66 , saturation: 0.69 and the lightness value of 393ddb is 0.54.

The process color (four color CMYK) of #393ddb color hex is 0.74, 0.72, 0.00, 0.14. Web safe color of #393ddb is #3333cc. Color #393ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111101 11011011
Octal 71 75 333
Decimal 57 61 219
Hex 39 3D DB

RGB Percentages of Color #393ddb

%16.91
%18.10
%64.99

CMYK Percentages of Color #393ddb

%74
%72
%0
%14

Triadic Colors of #393ddb

#393ddb #db393d #3ddb39

Analogous Colors of #393ddb

#393ddb #8639db #398edb

Monochromatic Colors of #393ddb

#393ddb

Complementary Color

#393ddb #dbd739

#393ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#393ddb Color CSS Codes

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

#393ddb Text Font Color

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

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


#393ddb Background Color

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

This div background color is #393ddb


#393ddb Border Color

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

This div border color is #393ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393ddb


Comments

No comments written yet.

Please login to write comment.