Color Hex Logo

#385988 Color Hex

#385988
(56,89,136)
0 Favorites   0 Comments

Color spaces of #385988

RGB 5689136
HSL0.600.420.38
HSV215°59°53°
CMYK 0.590.350.00   0.47
XYZ9.64729.763124.6686
Yxy9.76310.21890.2215
Hunter Lab31.24600.4315-24.9371
CIE-Lab37.41393.0014-29.8318

#385988 color RGB value is (56,89,136).

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

The process color (four color CMYK) of #385988 color hex is 0.59, 0.35, 0.00, 0.47. Web safe color of #385988 is #336699. Color #385988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011001 10001000
Octal 70 131 210
Decimal 56 89 136
Hex 38 59 88

RGB Percentages of Color #385988

%19.93
%31.67
%48.40

CMYK Percentages of Color #385988

%59
%35
%0
%47

Triadic Colors of #385988

#385988 #883859 #598838

Analogous Colors of #385988

#385988 #3f3888 #388188

Monochromatic Colors of #385988

#385988

Complementary Color

#385988 #886738

#385988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385988 Color CSS Codes

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

#385988 Text Font Color

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

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


#385988 Background Color

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

This div background color is #385988


#385988 Border Color

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

This div border color is #385988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385988


Comments

No comments written yet.

Please login to write comment.