Color Hex Logo

#381077 Color Hex

#381077
(56,16,119)
0 Favorites   0 Comments

Color spaces of #381077

RGB 5616119
HSL0.730.760.26
HSV263°87°47°
CMYK 0.530.870.00   0.53
XYZ5.14602.543217.6724
Yxy2.54320.20290.1003
Hunter Lab15.947429.6914-54.5400
CIE-Lab18.112942.1150-50.2806

#381077 color RGB value is (56,16,119).

#381077 hex color red value is 56, green value is 16 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #381077 hue: 0.73 , saturation: 0.76 and the lightness value of 381077 is 0.26.

The process color (four color CMYK) of #381077 color hex is 0.53, 0.87, 0.00, 0.53. Web safe color of #381077 is #330066. Color #381077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010000 01110111
Octal 70 20 167
Decimal 56 16 119
Hex 38 10 77

RGB Percentages of Color #381077

%29.32
%8.38
%62.30

CMYK Percentages of Color #381077

%53
%87
%0
%53

Triadic Colors of #381077

#381077 #773810 #107738

Analogous Colors of #381077

#381077 #6c1077 #101c77

Monochromatic Colors of #381077

#381077

Complementary Color

#381077 #4f7710

#381077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381077 Color CSS Codes

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

#381077 Text Font Color

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

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


#381077 Background Color

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

This div background color is #381077


#381077 Border Color

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

This div border color is #381077


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,16,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #381077; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #381077;
  -webkit-box-shadow: 1px 1px 3px 2px #381077;
  box-shadow:         1px 1px 3px 2px #381077; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381077


Comments

No comments written yet.

Please login to write comment.