Color Hex Logo

#393ccc Color Hex

#393CCC
(57,60,204)
0 Favorites   0 Comments

Color spaces of #393ccc

RGB 5760204
HSL0.660.590.51
HSV239°72°80°
CMYK 0.720.710.00   0.20
XYZ14.20238.461258.0114
Yxy8.46120.17600.1049
Hunter Lab29.088136.2485-97.8822
CIE-Lab34.925545.8177-74.3340

#393ccc color RGB value is (57,60,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111100 11001100
Octal 71 74 314
Decimal 57 60 204
Hex 39 3C CC

RGB Percentages of Color #393ccc

%17.76
%18.69
%63.55

CMYK Percentages of Color #393ccc

%72
%71
%0
%20

Triadic Colors of #393ccc

#393ccc #cc393c #3ccc39

Analogous Colors of #393ccc

#393ccc #8039cc #3986cc

Monochromatic Colors of #393ccc

#393ccc

Complementary Color

#393ccc #ccc939

#393ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#393ccc Color CSS Codes

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

#393ccc Text Font Color

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

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


#393ccc Background Color

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

This div background color is #393ccc


#393ccc Border Color

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

This div border color is #393ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393ccc


Comments

No comments written yet.

Please login to write comment.