Color Hex Logo

#393ccf Color Hex

#393CCF
(57,60,207)
0 Favorites   0 Comments

Color spaces of #393ccf

RGB 5760207
HSL0.660.610.52
HSV239°72°81°
CMYK 0.720.710.00   0.19
XYZ14.56578.606659.9250
Yxy8.60660.17530.1036
Hunter Lab29.337037.2847-100.5723
CIE-Lab35.215646.8114-75.5975

#393ccf color RGB value is (57,60,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111100 11001111
Octal 71 74 317
Decimal 57 60 207
Hex 39 3C CF

RGB Percentages of Color #393ccf

%17.59
%18.52
%63.89

CMYK Percentages of Color #393ccf

%72
%71
%0
%19

Triadic Colors of #393ccf

#393ccf #cf393c #3ccf39

Analogous Colors of #393ccf

#393ccf #8139cf #3987cf

Monochromatic Colors of #393ccf

#393ccf

Complementary Color

#393ccf #cfcc39

#393ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#393ccf Color CSS Codes

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

#393ccf Text Font Color

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

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


#393ccf Background Color

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

This div background color is #393ccf


#393ccf Border Color

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

This div border color is #393ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393ccf


Comments

No comments written yet.

Please login to write comment.