Color Hex Logo

#385273 Color Hex

#385273
(56,82,115)
0 Favorites   0 Comments

Color spaces of #385273

RGB 5682115
HSL0.590.350.34
HSV214°51°45°
CMYK 0.510.290.00   0.55
XYZ7.74278.113117.3776
Yxy8.11310.23300.2441
Hunter Lab28.4835-1.3243-16.2340
CIE-Lab34.21730.2938-21.9043

#385273 color RGB value is (56,82,115).

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

The process color (four color CMYK) of #385273 color hex is 0.51, 0.29, 0.00, 0.55. Web safe color of #385273 is #336666. Color #385273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 01110011
Octal 70 122 163
Decimal 56 82 115
Hex 38 52 73

RGB Percentages of Color #385273

%22.13
%32.41
%45.45

CMYK Percentages of Color #385273

%51
%29
%0
%55

Triadic Colors of #385273

#385273 #733852 #527338

Analogous Colors of #385273

#385273 #3c3873 #387073

Monochromatic Colors of #385273

#385273

Complementary Color

#385273 #735938

#385273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385273 Color CSS Codes

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

#385273 Text Font Color

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

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


#385273 Background Color

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

This div background color is #385273


#385273 Border Color

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

This div border color is #385273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385273


Comments

No comments written yet.

Please login to write comment.