Color Hex Logo

#38136f Color Hex

#38136F
(56,19,111)
0 Favorites   0 Comments

Color spaces of #38136f

RGB 5619111
HSL0.730.710.25
HSV264°83°44°
CMYK 0.500.830.00   0.56
XYZ4.73302.454215.2632
Yxy2.45420.21080.1093
Hunter Lab15.665926.5134-46.7998
CIE-Lab17.710238.6487-45.7733

#38136f color RGB value is (56,19,111).

#38136f hex color red value is 56, green value is 19 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #38136f hue: 0.73 , saturation: 0.71 and the lightness value of 38136f is 0.25.

The process color (four color CMYK) of #38136f color hex is 0.50, 0.83, 0.00, 0.56. Web safe color of #38136f is #330066. Color #38136f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010011 01101111
Octal 70 23 157
Decimal 56 19 111
Hex 38 13 6F

RGB Percentages of Color #38136f

%30.11
%10.22
%59.68

CMYK Percentages of Color #38136f

%50
%83
%0
%56

Triadic Colors of #38136f

#38136f #6f3813 #136f38

Analogous Colors of #38136f

#38136f #66136f #131c6f

Monochromatic Colors of #38136f

#38136f

Complementary Color

#38136f #4a6f13

#38136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38136f Color CSS Codes

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

#38136f Text Font Color

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

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


#38136f Background Color

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

This div background color is #38136f


#38136f Border Color

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

This div border color is #38136f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38136f


Comments

No comments written yet.

Please login to write comment.