Color Hex Logo

#393255 Color Hex

#393255
(57,50,85)
0 Favorites   0 Comments

Color spaces of #393255

RGB 575085
HSL0.700.260.26
HSV252°41°33°
CMYK 0.330.410.00   0.67
XYZ4.46763.80699.0937
Yxy3.80690.25720.2192
Hunter Lab19.51136.7273-13.9756
CIE-Lab23.022512.2461-20.1424

#393255 color RGB value is (57,50,85).

#393255 hex color red value is 57, green value is 50 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #393255 hue: 0.70 , saturation: 0.26 and the lightness value of 393255 is 0.26.

The process color (four color CMYK) of #393255 color hex is 0.33, 0.41, 0.00, 0.67. Web safe color of #393255 is #333366. Color #393255 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110010 01010101
Octal 71 62 125
Decimal 57 50 85
Hex 39 32 55

RGB Percentages of Color #393255

%29.69
%26.04
%44.27

CMYK Percentages of Color #393255

%33
%41
%0
%67

Triadic Colors of #393255

#393255 #553932 #325539

Analogous Colors of #393255

#393255 #4b3255 #323d55

Monochromatic Colors of #393255

#393255

Complementary Color

#393255 #4e5532

#393255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393255 Color CSS Codes

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

#393255 Text Font Color

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

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


#393255 Background Color

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

This div background color is #393255


#393255 Border Color

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

This div border color is #393255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393255


Comments

No comments written yet.

Please login to write comment.