Color Hex Logo

#384058 Color Hex

#384058
(56,64,88)
0 Favorites   0 Comments

Color spaces of #384058

RGB 566488
HSL0.630.220.28
HSV225°36°35°
CMYK 0.360.270.00   0.65
XYZ5.22575.21219.9631
Yxy5.21210.25620.2555
Hunter Lab22.83000.9054-9.8933
CIE-Lab27.33073.3546-15.4161

#384058 color RGB value is (56,64,88).

#384058 hex color red value is 56, green value is 64 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #384058 hue: 0.63 , saturation: 0.22 and the lightness value of 384058 is 0.28.

The process color (four color CMYK) of #384058 color hex is 0.36, 0.27, 0.00, 0.65. Web safe color of #384058 is #333366. Color #384058 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 01011000
Octal 70 100 130
Decimal 56 64 88
Hex 38 40 58

RGB Percentages of Color #384058

%26.92
%30.77
%42.31

CMYK Percentages of Color #384058

%36
%27
%0
%65

Triadic Colors of #384058

#384058 #583840 #405838

Analogous Colors of #384058

#384058 #403858 #385058

Monochromatic Colors of #384058

#384058

Complementary Color

#384058 #585038

#384058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384058 Color CSS Codes

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

#384058 Text Font Color

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

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


#384058 Background Color

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

This div background color is #384058


#384058 Border Color

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

This div border color is #384058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384058


Comments

No comments written yet.

Please login to write comment.