Color Hex Logo

#385278 Color Hex

#385278
(56,82,120)
0 Favorites   0 Comments

Color spaces of #385278

RGB 5682120
HSL0.600.360.35
HSV216°53°47°
CMYK 0.530.320.00   0.53
XYZ8.03838.231418.9345
Yxy8.23140.22830.2338
Hunter Lab28.6904-0.1972-19.0457
CIE-Lab34.46021.9707-24.6331

#385278 color RGB value is (56,82,120).

#385278 hex color red value is 56, green value is 82 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #385278 hue: 0.60 , saturation: 0.36 and the lightness value of 385278 is 0.35.

The process color (four color CMYK) of #385278 color hex is 0.53, 0.32, 0.00, 0.53. Web safe color of #385278 is #336666. Color #385278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 01111000
Octal 70 122 170
Decimal 56 82 120
Hex 38 52 78

RGB Percentages of Color #385278

%21.71
%31.78
%46.51

CMYK Percentages of Color #385278

%53
%32
%0
%53

Triadic Colors of #385278

#385278 #783852 #527838

Analogous Colors of #385278

#385278 #3e3878 #387278

Monochromatic Colors of #385278

#385278

Complementary Color

#385278 #785e38

#385278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385278 Color CSS Codes

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

#385278 Text Font Color

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

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


#385278 Background Color

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

This div background color is #385278


#385278 Border Color

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

This div border color is #385278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385278


Comments

No comments written yet.

Please login to write comment.