Color Hex Logo

#380494 Color Hex

#380494
(56,4,148)
0 Favorites   0 Comments

Color spaces of #380494

RGB 564148
HSL0.730.950.30
HSV262°97°58°
CMYK 0.620.970.00   0.42
XYZ7.01963.065728.2387
Yxy3.06570.18320.0800
Hunter Lab17.509140.9215-83.3664
CIE-Lab20.305153.2911-64.9484

#380494 color RGB value is (56,4,148).

#380494 hex color red value is 56, green value is 4 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #380494 hue: 0.73 , saturation: 0.95 and the lightness value of 380494 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000100 10010100
Octal 70 4 224
Decimal 56 4 148
Hex 38 4 94

RGB Percentages of Color #380494

%26.92
%1.92
%71.15

CMYK Percentages of Color #380494

%62
%97
%0
%42

Triadic Colors of #380494

#380494 #943804 #049438

Analogous Colors of #380494

#380494 #800494 #041894

Monochromatic Colors of #380494

#380494

Complementary Color

#380494 #609404

#380494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380494 Color CSS Codes

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

#380494 Text Font Color

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

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


#380494 Background Color

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

This div background color is #380494


#380494 Border Color

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

This div border color is #380494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380494


Comments

No comments written yet.

Please login to write comment.