Color Hex Logo

#384e75 Color Hex

#384E75
(56,78,117)
0 Favorites   0 Comments

Color spaces of #384e75

RGB 5678117
HSL0.610.350.34
HSV218°52°46°
CMYK 0.520.330.00   0.54
XYZ7.56627.573917.8927
Yxy7.57390.22910.2293
Hunter Lab27.52070.9133-19.2831
CIE-Lab33.07923.5397-24.9280

#384e75 color RGB value is (56,78,117).

#384e75 hex color red value is 56, green value is 78 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #384e75 hue: 0.61 , saturation: 0.35 and the lightness value of 384e75 is 0.34.

The process color (four color CMYK) of #384e75 color hex is 0.52, 0.33, 0.00, 0.54. Web safe color of #384e75 is #336666. Color #384e75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001110 01110101
Octal 70 116 165
Decimal 56 78 117
Hex 38 4E 75

RGB Percentages of Color #384e75

%22.31
%31.08
%46.61

CMYK Percentages of Color #384e75

%52
%33
%0
%54

Triadic Colors of #384e75

#384e75 #75384e #4e7538

Analogous Colors of #384e75

#384e75 #413875 #386d75

Monochromatic Colors of #384e75

#384e75

Complementary Color

#384e75 #755f38

#384e75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384e75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384e75 Color CSS Codes

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

#384e75 Text Font Color

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

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


#384e75 Background Color

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

This div background color is #384e75


#384e75 Border Color

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

This div border color is #384e75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,78,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384e75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384e75;
  -webkit-box-shadow: 1px 1px 3px 2px #384e75;
  box-shadow:         1px 1px 3px 2px #384e75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384e75


Comments

No comments written yet.

Please login to write comment.