Color Hex Logo

#38115f Color Hex

#38115F
(56,17,95)
0 Favorites   0 Comments

Color spaces of #38115f

RGB 561795
HSL0.750.700.22
HSV270°82°37°
CMYK 0.410.820.00   0.63
XYZ3.89692.067911.0202
Yxy2.06790.22940.1217
Hunter Lab14.380223.2065-35.3705
CIE-Lab15.839635.1707-38.3092

#38115f color RGB value is (56,17,95).

#38115f hex color red value is 56, green value is 17 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #38115f hue: 0.75 , saturation: 0.70 and the lightness value of 38115f is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010001 01011111
Octal 70 21 137
Decimal 56 17 95
Hex 38 11 5F

RGB Percentages of Color #38115f

%33.33
%10.12
%56.55

CMYK Percentages of Color #38115f

%41
%82
%0
%63

Triadic Colors of #38115f

#38115f #5f3811 #115f38

Analogous Colors of #38115f

#38115f #5f115f #11115f

Monochromatic Colors of #38115f

#38115f

Complementary Color

#38115f #385f11

#38115f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38115f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38115f Color CSS Codes

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

#38115f Text Font Color

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

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


#38115f Background Color

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

This div background color is #38115f


#38115f Border Color

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

This div border color is #38115f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,17,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 #38115f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38115f


Comments

No comments written yet.

Please login to write comment.