Color Hex Logo

#380449 Color Hex

#380449
(56,4,73)
0 Favorites   0 Comments

Color spaces of #380449

RGB 56473
HSL0.790.900.15
HSV285°95°29°
CMYK 0.230.950.00   0.71
XYZ2.87691.40866.4236
Yxy1.40860.26860.1315
Hunter Lab11.868422.4985-23.7818
CIE-Lab12.014835.0698-29.5566

#380449 color RGB value is (56,4,73).

#380449 hex color red value is 56, green value is 4 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #380449 hue: 0.79 , saturation: 0.90 and the lightness value of 380449 is 0.15.

The process color (four color CMYK) of #380449 color hex is 0.23, 0.95, 0.00, 0.71. Web safe color of #380449 is #330033. Color #380449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000100 01001001
Octal 70 4 111
Decimal 56 4 73
Hex 38 4 49

RGB Percentages of Color #380449

%42.11
%3.01
%54.89

CMYK Percentages of Color #380449

%23
%95
%0
%71

Triadic Colors of #380449

#380449 #493804 #044938

Analogous Colors of #380449

#380449 #490437 #160449

Monochromatic Colors of #380449

#380449

Complementary Color

#380449 #154904

#380449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380449 Color CSS Codes

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

#380449 Text Font Color

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

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


#380449 Background Color

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

This div background color is #380449


#380449 Border Color

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

This div border color is #380449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380449


Comments

No comments written yet.

Please login to write comment.