Color Hex Logo

#385068 Color Hex

#385068
(56,80,104)
0 Favorites   0 Comments

Color spaces of #385068

RGB 5680104
HSL0.580.300.31
HSV210°46°41°
CMYK 0.460.230.00   0.59
XYZ6.99827.577614.1905
Yxy7.57760.24330.2634
Hunter Lab27.5274-2.7936-11.2950
CIE-Lab33.0872-2.0176-16.7679

#385068 color RGB value is (56,80,104).

#385068 hex color red value is 56, green value is 80 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #385068 hue: 0.58 , saturation: 0.30 and the lightness value of 385068 is 0.31.

The process color (four color CMYK) of #385068 color hex is 0.46, 0.23, 0.00, 0.59. Web safe color of #385068 is #336666. Color #385068 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01101000
Octal 70 120 150
Decimal 56 80 104
Hex 38 50 68

RGB Percentages of Color #385068

%23.33
%33.33
%43.33

CMYK Percentages of Color #385068

%46
%23
%0
%59

Triadic Colors of #385068

#385068 #683850 #506838

Analogous Colors of #385068

#385068 #383868 #386868

Monochromatic Colors of #385068

#385068

Complementary Color

#385068 #685038

#385068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385068 Color CSS Codes

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

#385068 Text Font Color

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

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


#385068 Background Color

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

This div background color is #385068


#385068 Border Color

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

This div border color is #385068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385068


Comments

No comments written yet.

Please login to write comment.