Color Hex Logo

#38185f Color Hex

#38185F
(56,24,95)
0 Favorites   0 Comments

Color spaces of #38185f

RGB 562495
HSL0.740.600.23
HSV267°75°37°
CMYK 0.410.750.00   0.63
XYZ4.02312.320211.0623
Yxy2.32020.23110.1333
Hunter Lab15.232220.4887-32.3965
CIE-Lab17.085231.6435-36.2803

#38185f color RGB value is (56,24,95).

#38185f hex color red value is 56, green value is 24 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #38185f hue: 0.74 , saturation: 0.60 and the lightness value of 38185f is 0.23.

The process color (four color CMYK) of #38185f color hex is 0.41, 0.75, 0.00, 0.63. Web safe color of #38185f is #330066. Color #38185f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011000 01011111
Octal 70 30 137
Decimal 56 24 95
Hex 38 18 5F

RGB Percentages of Color #38185f

%32.00
%13.71
%54.29

CMYK Percentages of Color #38185f

%41
%75
%0
%63

Triadic Colors of #38185f

#38185f #5f3818 #185f38

Analogous Colors of #38185f

#38185f #5c185f #181c5f

Monochromatic Colors of #38185f

#38185f

Complementary Color

#38185f #3f5f18

#38185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38185f Color CSS Codes

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

#38185f Text Font Color

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

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


#38185f Background Color

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

This div background color is #38185f


#38185f Border Color

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

This div border color is #38185f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,24,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38185f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38185f;
  -webkit-box-shadow: 1px 1px 3px 2px #38185f;
  box-shadow:         1px 1px 3px 2px #38185f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38185f


Comments

No comments written yet.

Please login to write comment.