Color Hex Logo

#393888 Color Hex

#393888
(57,56,136)
0 Favorites   0 Comments

Color spaces of #393888

RGB 5756136
HSL0.670.420.38
HSV241°59°53°
CMYK 0.580.590.00   0.47
XYZ7.54555.475823.9518
Yxy5.47580.20410.1481
Hunter Lab23.400416.6068-44.3067
CIE-Lab28.049525.0235-44.7847

#393888 color RGB value is (57,56,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111000 10001000
Octal 71 70 210
Decimal 57 56 136
Hex 39 38 88

RGB Percentages of Color #393888

%22.89
%22.49
%54.62

CMYK Percentages of Color #393888

%58
%59
%0
%47

Triadic Colors of #393888

#393888 #883938 #388839

Analogous Colors of #393888

#393888 #613888 #385f88

Monochromatic Colors of #393888

#393888

Complementary Color

#393888 #878838

#393888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393888 Color CSS Codes

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

#393888 Text Font Color

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

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


#393888 Background Color

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

This div background color is #393888


#393888 Border Color

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

This div border color is #393888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393888


Comments

No comments written yet.

Please login to write comment.