color codes Logo

#393fcc color codes

#393FCC
(57,63,204)
0 Favorites   0 Comments

Color spaces of #393fcc

RGB 5763204
HSL0.660.590.51
HSV238°72°80°
CMYK 0.720.690.00   0.20
XYZ14.36398.784558.0653
Yxy8.78450.17690.1082
Hunter Lab29.638734.6395-95.4084
CIE-Lab35.566044.0593-73.2799

#393fcc color RGB value is (57,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111111 11001100
Octal 71 77 314
Decimal 57 63 204
Hex 39 3F CC

RGB Percentages of Color #393fcc

%17.59
%19.44
%62.96

CMYK Percentages of Color #393fcc

%72
%69
%0
%20

Triadic Colors of #393fcc

#393fcc #cc393f #3fcc39

Analogous Colors of #393fcc

#393fcc #7d39cc #3989cc

Monochromatic Colors of #393fcc

#393fcc

Complementary Color

#393fcc #ccc639

#393fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#393fcc Color CSS Codes

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

#393fcc Text Font Color

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

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


#393fcc Background Color

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

This div background color is #393fcc


#393fcc Border Color

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

This div border color is #393fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,63,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 #393fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393fcc


Comments

No comments written yet.

Please login to write comment.