Color Hex Logo

#38318b Color Hex

#38318B
(56,49,139)
0 Favorites   0 Comments

Color spaces of #38318b

RGB 5649139
HSL0.680.480.37
HSV245°65°55°
CMYK 0.600.650.00   0.45
XYZ7.38944.901524.9827
Yxy4.90150.19820.1315
Hunter Lab22.139320.8338-51.4071
CIE-Lab26.452330.4156-49.2464

#38318b color RGB value is (56,49,139).

#38318b hex color red value is 56, green value is 49 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #38318b hue: 0.68 , saturation: 0.48 and the lightness value of 38318b is 0.37.

The process color (four color CMYK) of #38318b color hex is 0.60, 0.65, 0.00, 0.45. Web safe color of #38318b is #333399. Color #38318b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 10001011
Octal 70 61 213
Decimal 56 49 139
Hex 38 31 8B

RGB Percentages of Color #38318b

%22.95
%20.08
%56.97

CMYK Percentages of Color #38318b

%60
%65
%0
%45

Triadic Colors of #38318b

#38318b #8b3831 #318b38

Analogous Colors of #38318b

#38318b #65318b #31578b

Monochromatic Colors of #38318b

#38318b

Complementary Color

#38318b #848b31

#38318b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38318b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38318b Color CSS Codes

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

#38318b Text Font Color

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

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


#38318b Background Color

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

This div background color is #38318b


#38318b Border Color

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

This div border color is #38318b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,49,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38318b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38318b;
  -webkit-box-shadow: 1px 1px 3px 2px #38318b;
  box-shadow:         1px 1px 3px 2px #38318b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38318b


Comments

No comments written yet.

Please login to write comment.