Color Hex Logo

#380993 Color Hex

#380993
(56,9,147)
0 Favorites   0 Comments

Color spaces of #380993

RGB 569147
HSL0.720.880.31
HSV260°94°58°
CMYK 0.620.940.00   0.42
XYZ6.99503.142727.8417
Yxy3.14270.18420.0827
Hunter Lab17.727739.4093-80.7069
CIE-Lab20.606651.7464-63.8282

#380993 color RGB value is (56,9,147).

#380993 hex color red value is 56, green value is 9 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #380993 hue: 0.72 , saturation: 0.88 and the lightness value of 380993 is 0.31.

The process color (four color CMYK) of #380993 color hex is 0.62, 0.94, 0.00, 0.42. Web safe color of #380993 is #330099. Color #380993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001001 10010011
Octal 70 11 223
Decimal 56 9 147
Hex 38 9 93

RGB Percentages of Color #380993

%26.42
%4.25
%69.34

CMYK Percentages of Color #380993

%62
%94
%0
%42

Triadic Colors of #380993

#380993 #933809 #099338

Analogous Colors of #380993

#380993 #7d0993 #091f93

Monochromatic Colors of #380993

#380993

Complementary Color

#380993 #649309

#380993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380993 Color CSS Codes

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

#380993 Text Font Color

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

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


#380993 Background Color

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

This div background color is #380993


#380993 Border Color

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

This div border color is #380993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380993


Comments

No comments written yet.

Please login to write comment.