Color Hex Logo

#393ce5 Color Hex

#393CE5
(57,60,229)
0 Favorites   0 Comments

Color spaces of #393ce5

RGB 5760229
HSL0.660.770.56
HSV239°75°90°
CMYK 0.750.740.00   0.10
XYZ17.44619.758775.0929
Yxy9.75870.17050.0954
Hunter Lab31.238945.0194-120.6556
CIE-Lab37.405853.9584-84.6236

#393ce5 color RGB value is (57,60,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111100 11100101
Octal 71 74 345
Decimal 57 60 229
Hex 39 3C E5

RGB Percentages of Color #393ce5

%16.47
%17.34
%66.18

CMYK Percentages of Color #393ce5

%75
%74
%0
%10

Triadic Colors of #393ce5

#393ce5 #e5393c #3ce539

Analogous Colors of #393ce5

#393ce5 #8c39e5 #3992e5

Monochromatic Colors of #393ce5

#393ce5

Complementary Color

#393ce5 #e5e239

#393ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393ce5 Color CSS Codes

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

#393ce5 Text Font Color

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

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


#393ce5 Background Color

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

This div background color is #393ce5


#393ce5 Border Color

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

This div border color is #393ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393ce5


Comments

No comments written yet.

Please login to write comment.