Color Hex Logo

#383b7d Color Hex

#383B7D
(56,59,125)
0 Favorites   0 Comments

Color spaces of #383b7d

RGB 5659125
HSL0.660.380.35
HSV237°55°49°
CMYK 0.550.530.00   0.51
XYZ6.89655.449420.0904
Yxy5.44940.21260.1680
Hunter Lab23.343911.8823-34.6857
CIE-Lab27.978518.9825-38.0354

#383b7d color RGB value is (56,59,125).

#383b7d hex color red value is 56, green value is 59 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #383b7d hue: 0.66 , saturation: 0.38 and the lightness value of 383b7d is 0.35.

The process color (four color CMYK) of #383b7d color hex is 0.55, 0.53, 0.00, 0.51. Web safe color of #383b7d is #333366. Color #383b7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111011 01111101
Octal 70 73 175
Decimal 56 59 125
Hex 38 3B 7D

RGB Percentages of Color #383b7d

%23.33
%24.58
%52.08

CMYK Percentages of Color #383b7d

%55
%53
%0
%51

Triadic Colors of #383b7d

#383b7d #7d383b #3b7d38

Analogous Colors of #383b7d

#383b7d #57387d #385e7d

Monochromatic Colors of #383b7d

#383b7d

Complementary Color

#383b7d #7d7a38

#383b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#383b7d Color CSS Codes

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

#383b7d Text Font Color

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

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


#383b7d Background Color

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

This div background color is #383b7d


#383b7d Border Color

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

This div border color is #383b7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,59,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383b7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383b7d;
  -webkit-box-shadow: 1px 1px 3px 2px #383b7d;
  box-shadow:         1px 1px 3px 2px #383b7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383b7d


Comments

No comments written yet.

Please login to write comment.