Color Hex Logo

#393cee Color Hex

#393CEE
(57,60,238)
0 Favorites   0 Comments

Color spaces of #393cee

RGB 5760238
HSL0.660.840.58
HSV239°76°93°
CMYK 0.760.750.00   0.07
XYZ18.735810.274681.8846
Yxy10.27460.16900.0927
Hunter Lab32.054048.2400-129.0233
CIE-Lab38.330856.8076-88.2030

#393cee color RGB value is (57,60,238).

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

The process color (four color CMYK) of #393cee color hex is 0.76, 0.75, 0.00, 0.07. Web safe color of #393cee is #3333ff. Color #393cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111100 11101110
Octal 71 74 356
Decimal 57 60 238
Hex 39 3C EE

RGB Percentages of Color #393cee

%16.06
%16.90
%67.04

CMYK Percentages of Color #393cee

%76
%75
%0
%7

Triadic Colors of #393cee

#393cee #ee393c #3cee39

Analogous Colors of #393cee

#393cee #9139ee #3997ee

Monochromatic Colors of #393cee

#393cee

Complementary Color

#393cee #eeeb39

#393cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#393cee Color CSS Codes

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

#393cee Text Font Color

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

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


#393cee Background Color

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

This div background color is #393cee


#393cee Border Color

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

This div border color is #393cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393cee


Comments

No comments written yet.

Please login to write comment.