Color Hex Logo

#393988 Color Hex

#393988
(57,57,136)
0 Favorites   0 Comments

Color spaces of #393988

RGB 5757136
HSL0.670.410.38
HSV240°58°53°
CMYK 0.580.580.00   0.47
XYZ7.59445.573723.9681
Yxy5.57370.20450.1501
Hunter Lab23.608716.1044-43.6665
CIE-Lab28.310424.3618-44.3622

#393988 color RGB value is (57,57,136).

#393988 hex color red value is 57, green value is 57 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #393988 hue: 0.67 , saturation: 0.41 and the lightness value of 393988 is 0.38.

The process color (four color CMYK) of #393988 color hex is 0.58, 0.58, 0.00, 0.47. Web safe color of #393988 is #333399. Color #393988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111001 10001000
Octal 71 71 210
Decimal 57 57 136
Hex 39 39 88

RGB Percentages of Color #393988

%22.80
%22.80
%54.40

CMYK Percentages of Color #393988

%58
%58
%0
%47

Triadic Colors of #393988

#393988 #883939 #398839

Analogous Colors of #393988

#393988 #613988 #396188

Monochromatic Colors of #393988

#393988

Complementary Color

#393988 #888839

#393988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393988 Color CSS Codes

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

#393988 Text Font Color

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

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


#393988 Background Color

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

This div background color is #393988


#393988 Border Color

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

This div border color is #393988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393988


Comments

No comments written yet.

Please login to write comment.