Color Hex Logo

#385270 Color Hex

#385270
(56,82,112)
0 Favorites   0 Comments

Color spaces of #385270

RGB 5682112
HSL0.590.330.33
HSV212°50°44°
CMYK 0.500.270.00   0.56
XYZ7.57288.045216.4830
Yxy8.04520.23590.2506
Hunter Lab28.3641-1.9802-14.5999
CIE-Lab34.0768-0.6978-20.2520

#385270 color RGB value is (56,82,112).

#385270 hex color red value is 56, green value is 82 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #385270 hue: 0.59 , saturation: 0.33 and the lightness value of 385270 is 0.33.

The process color (four color CMYK) of #385270 color hex is 0.50, 0.27, 0.00, 0.56. Web safe color of #385270 is #336666. Color #385270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 01110000
Octal 70 122 160
Decimal 56 82 112
Hex 38 52 70

RGB Percentages of Color #385270

%22.40
%32.80
%44.80

CMYK Percentages of Color #385270

%50
%27
%0
%56

Triadic Colors of #385270

#385270 #703852 #527038

Analogous Colors of #385270

#385270 #3a3870 #386e70

Monochromatic Colors of #385270

#385270

Complementary Color

#385270 #705638

#385270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385270 Color CSS Codes

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

#385270 Text Font Color

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

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


#385270 Background Color

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

This div background color is #385270


#385270 Border Color

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

This div border color is #385270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385270


Comments

No comments written yet.

Please login to write comment.