Color Hex Logo

#393bcf Color Hex

#393BCF
(57,59,207)
0 Favorites   0 Comments

Color spaces of #393bcf

RGB 5759207
HSL0.660.610.52
HSV239°72°81°
CMYK 0.720.710.00   0.19
XYZ14.51388.502859.9077
Yxy8.50280.17500.1025
Hunter Lab29.159637.8169-101.3984
CIE-Lab35.008847.3843-75.9381

#393bcf color RGB value is (57,59,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111011 11001111
Octal 71 73 317
Decimal 57 59 207
Hex 39 3B CF

RGB Percentages of Color #393bcf

%17.65
%18.27
%64.09

CMYK Percentages of Color #393bcf

%72
%71
%0
%19

Triadic Colors of #393bcf

#393bcf #cf393b #3bcf39

Analogous Colors of #393bcf

#393bcf #8239cf #3986cf

Monochromatic Colors of #393bcf

#393bcf

Complementary Color

#393bcf #cfcd39

#393bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#393bcf Color CSS Codes

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

#393bcf Text Font Color

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

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


#393bcf Background Color

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

This div background color is #393bcf


#393bcf Border Color

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

This div border color is #393bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393bcf


Comments

No comments written yet.

Please login to write comment.