Color Hex Logo

#381259 Color Hex

#381259
(56,18,89)
0 Favorites   0 Comments

Color spaces of #381259

RGB 561889
HSL0.760.660.21
HSV272°80°35°
CMYK 0.370.800.00   0.65
XYZ3.65041.99469.6438
Yxy1.99460.23880.1305
Hunter Lab14.123021.4218-30.5996
CIE-Lab15.458933.0971-34.9115

#381259 color RGB value is (56,18,89).

#381259 hex color red value is 56, green value is 18 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #381259 hue: 0.76 , saturation: 0.66 and the lightness value of 381259 is 0.21.

The process color (four color CMYK) of #381259 color hex is 0.37, 0.80, 0.00, 0.65. Web safe color of #381259 is #330066. Color #381259 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010010 01011001
Octal 70 22 131
Decimal 56 18 89
Hex 38 12 59

RGB Percentages of Color #381259

%34.36
%11.04
%54.60

CMYK Percentages of Color #381259

%37
%80
%0
%65

Triadic Colors of #381259

#381259 #593812 #125938

Analogous Colors of #381259

#381259 #591257 #141259

Monochromatic Colors of #381259

#381259

Complementary Color

#381259 #335912

#381259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381259 Color CSS Codes

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

#381259 Text Font Color

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

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


#381259 Background Color

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

This div background color is #381259


#381259 Border Color

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

This div border color is #381259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381259


Comments

No comments written yet.

Please login to write comment.