Color Hex Logo

#380e9a Color Hex

#380E9A
(56,14,154)
0 Favorites   0 Comments

Color spaces of #380e9a

RGB 5614154
HSL0.720.830.33
HSV258°91°60°
CMYK 0.640.910.00   0.40
XYZ7.62073.487930.8434
Yxy3.48790.18170.0831
Hunter Lab18.675940.1540-84.8447
CIE-Lab21.900652.2387-66.0043

#380e9a color RGB value is (56,14,154).

#380e9a hex color red value is 56, green value is 14 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #380e9a hue: 0.72 , saturation: 0.83 and the lightness value of 380e9a is 0.33.

The process color (four color CMYK) of #380e9a color hex is 0.64, 0.91, 0.00, 0.40. Web safe color of #380e9a is #330099. Color #380e9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001110 10011010
Octal 70 16 232
Decimal 56 14 154
Hex 38 E 9A

RGB Percentages of Color #380e9a

%25.00
%6.25
%68.75

CMYK Percentages of Color #380e9a

%64
%91
%0
%40

Triadic Colors of #380e9a

#380e9a #9a380e #0e9a38

Analogous Colors of #380e9a

#380e9a #7e0e9a #0e2a9a

Monochromatic Colors of #380e9a

#380e9a

Complementary Color

#380e9a #709a0e

#380e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#380e9a Color CSS Codes

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

#380e9a Text Font Color

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

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


#380e9a Background Color

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

This div background color is #380e9a


#380e9a Border Color

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

This div border color is #380e9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,14,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #380e9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #380e9a;
  -webkit-box-shadow: 1px 1px 3px 2px #380e9a;
  box-shadow:         1px 1px 3px 2px #380e9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380e9a


Comments

No comments written yet.

Please login to write comment.