Color Hex Logo

#393edc Color Hex

#393EDC
(57,62,220)
0 Favorites   0 Comments

Color spaces of #393edc

RGB 5762220
HSL0.660.700.54
HSV238°74°86°
CMYK 0.740.720.00   0.14
XYZ16.32829.482468.6798
Yxy9.48240.17280.1004
Hunter Lab30.793540.7607-110.6810
CIE-Lab36.897049.9480-80.3203

#393edc color RGB value is (57,62,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111110 11011100
Octal 71 76 334
Decimal 57 62 220
Hex 39 3E DC

RGB Percentages of Color #393edc

%16.81
%18.29
%64.90

CMYK Percentages of Color #393edc

%74
%72
%0
%14

Triadic Colors of #393edc

#393edc #dc393e #3edc39

Analogous Colors of #393edc

#393edc #8639dc #3990dc

Monochromatic Colors of #393edc

#393edc

Complementary Color

#393edc #dcd739

#393edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#393edc Color CSS Codes

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

#393edc Text Font Color

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

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


#393edc Background Color

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

This div background color is #393edc


#393edc Border Color

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

This div border color is #393edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393edc


Comments

No comments written yet.

Please login to write comment.