Color Hex Logo

#38119b Color Hex

#38119B
(56,17,155)
0 Favorites   0 Comments

Color spaces of #38119b

RGB 5617155
HSL0.710.800.34
HSV257°89°61°
CMYK 0.640.890.00   0.39
XYZ7.74773.608231.2984
Yxy3.60820.18160.0846
Hunter Lab18.995339.5640-84.3952
CIE-Lab22.331451.5728-65.9043

#38119b color RGB value is (56,17,155).

#38119b hex color red value is 56, green value is 17 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #38119b hue: 0.71 , saturation: 0.80 and the lightness value of 38119b is 0.34.

The process color (four color CMYK) of #38119b color hex is 0.64, 0.89, 0.00, 0.39. Web safe color of #38119b is #330099. Color #38119b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010001 10011011
Octal 70 21 233
Decimal 56 17 155
Hex 38 11 9B

RGB Percentages of Color #38119b

%24.56
%7.46
%67.98

CMYK Percentages of Color #38119b

%64
%89
%0
%39

Triadic Colors of #38119b

#38119b #9b3811 #119b38

Analogous Colors of #38119b

#38119b #7d119b #112f9b

Monochromatic Colors of #38119b

#38119b

Complementary Color

#38119b #749b11

#38119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38119b Color CSS Codes

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

#38119b Text Font Color

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

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


#38119b Background Color

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

This div background color is #38119b


#38119b Border Color

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

This div border color is #38119b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38119b


Comments

No comments written yet.

Please login to write comment.