Color Hex Logo

#383458 Color Hex

#383458
(56,52,88)
0 Favorites   0 Comments

Color spaces of #383458

RGB 565288
HSL0.690.260.27
HSV247°41°35°
CMYK 0.360.410.00   0.65
XYZ4.62034.00139.7613
Yxy4.00130.25130.2177
Hunter Lab20.00326.2238-14.9304
CIE-Lab23.675711.4633-21.1051

#383458 color RGB value is (56,52,88).

#383458 hex color red value is 56, green value is 52 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #383458 hue: 0.69 , saturation: 0.26 and the lightness value of 383458 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 01011000
Octal 70 64 130
Decimal 56 52 88
Hex 38 34 58

RGB Percentages of Color #383458

%28.57
%26.53
%44.90

CMYK Percentages of Color #383458

%36
%41
%0
%65

Triadic Colors of #383458

#383458 #583834 #345838

Analogous Colors of #383458

#383458 #4a3458 #344258

Monochromatic Colors of #383458

#383458

Complementary Color

#383458 #545834

#383458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383458 Color CSS Codes

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

#383458 Text Font Color

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

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


#383458 Background Color

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

This div background color is #383458


#383458 Border Color

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

This div border color is #383458


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,52,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 #383458">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383458


Comments

No comments written yet.

Please login to write comment.