Color Hex Logo

#393ce0 Color Hex

#393CE0
(57,60,224)
0 Favorites   0 Comments

Color spaces of #393ce0

RGB 5760224
HSL0.660.730.55
HSV239°75°88°
CMYK 0.750.730.00   0.12
XYZ16.75779.483471.4683
Yxy9.48340.17150.0971
Hunter Lab30.795143.2424-116.0416
CIE-Lab36.898852.3560-82.6077

#393ce0 color RGB value is (57,60,224).

#393ce0 hex color red value is 57, green value is 60 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #393ce0 hue: 0.66 , saturation: 0.73 and the lightness value of 393ce0 is 0.55.

The process color (four color CMYK) of #393ce0 color hex is 0.75, 0.73, 0.00, 0.12. Web safe color of #393ce0 is #3333cc. Color #393ce0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111100 11100000
Octal 71 74 340
Decimal 57 60 224
Hex 39 3C E0

RGB Percentages of Color #393ce0

%16.72
%17.60
%65.69

CMYK Percentages of Color #393ce0

%75
%73
%0
%12

Triadic Colors of #393ce0

#393ce0 #e0393c #3ce039

Analogous Colors of #393ce0

#393ce0 #8a39e0 #3990e0

Monochromatic Colors of #393ce0

#393ce0

Complementary Color

#393ce0 #e0dd39

#393ce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393ce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393ce0 Color CSS Codes

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

#393ce0 Text Font Color

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

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


#393ce0 Background Color

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

This div background color is #393ce0


#393ce0 Border Color

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

This div border color is #393ce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393ce0


Comments

No comments written yet.

Please login to write comment.