Color Hex Logo

#393acd Color Hex

#393ACD
(57,58,205)
0 Favorites   0 Comments

Color spaces of #393acd

RGB 5758205
HSL0.670.600.51
HSV240°72°80°
CMYK 0.720.720.00   0.20
XYZ14.21988.303758.6109
Yxy8.30370.17530.1023
Hunter Lab28.816137.6555-100.4222
CIE-Lab34.607547.2971-75.4388

#393acd color RGB value is (57,58,205).

#393acd hex color red value is 57, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #393acd hue: 0.67 , saturation: 0.60 and the lightness value of 393acd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111010 11001101
Octal 71 72 315
Decimal 57 58 205
Hex 39 3A CD

RGB Percentages of Color #393acd

%17.81
%18.13
%64.06

CMYK Percentages of Color #393acd

%72
%72
%0
%20

Triadic Colors of #393acd

#393acd #cd393a #3acd39

Analogous Colors of #393acd

#393acd #8239cd #3984cd

Monochromatic Colors of #393acd

#393acd

Complementary Color

#393acd #cdcc39

#393acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#393acd Color CSS Codes

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

#393acd Text Font Color

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

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


#393acd Background Color

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

This div background color is #393acd


#393acd Border Color

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

This div border color is #393acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393acd


Comments

No comments written yet.

Please login to write comment.