Color Hex Logo

#38165b Color Hex

#38165B
(56,22,91)
0 Favorites   0 Comments

Color spaces of #38165b

RGB 562291
HSL0.750.610.22
HSV270°76°36°
CMYK 0.380.760.00   0.64
XYZ3.80612.169910.1158
Yxy2.16990.23650.1348
Hunter Lab14.730620.3425-30.4043
CIE-Lab16.354731.6008-34.7983

#38165b color RGB value is (56,22,91).

#38165b hex color red value is 56, green value is 22 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #38165b hue: 0.75 , saturation: 0.61 and the lightness value of 38165b is 0.22.

The process color (four color CMYK) of #38165b color hex is 0.38, 0.76, 0.00, 0.64. Web safe color of #38165b is #330066. Color #38165b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010110 01011011
Octal 70 26 133
Decimal 56 22 91
Hex 38 16 5B

RGB Percentages of Color #38165b

%33.14
%13.02
%53.85

CMYK Percentages of Color #38165b

%38
%76
%0
%64

Triadic Colors of #38165b

#38165b #5b3816 #165b38

Analogous Colors of #38165b

#38165b #5a165b #16175b

Monochromatic Colors of #38165b

#38165b

Complementary Color

#38165b #395b16

#38165b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38165b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38165b Color CSS Codes

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

#38165b Text Font Color

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

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


#38165b Background Color

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

This div background color is #38165b


#38165b Border Color

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

This div border color is #38165b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38165b


Comments

No comments written yet.

Please login to write comment.