Color Hex Logo

#380349 Color Hex

#380349
(56,3,73)
0 Favorites   0 Comments

Color spaces of #380349

RGB 56373
HSL0.790.920.15
HSV285°96°29°
CMYK 0.230.960.00   0.71
XYZ2.86601.38696.4200
Yxy1.38690.26850.1299
Hunter Lab11.776722.8310-24.0780
CIE-Lab11.870235.4961-29.7913

#380349 color RGB value is (56,3,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000011 01001001
Octal 70 3 111
Decimal 56 3 73
Hex 38 3 49

RGB Percentages of Color #380349

%42.42
%2.27
%55.30

CMYK Percentages of Color #380349

%23
%96
%0
%71

Triadic Colors of #380349

#380349 #493803 #034938

Analogous Colors of #380349

#380349 #490337 #150349

Monochromatic Colors of #380349

#380349

Complementary Color

#380349 #144903

#380349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380349 Color CSS Codes

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

#380349 Text Font Color

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

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


#380349 Background Color

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

This div background color is #380349


#380349 Border Color

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

This div border color is #380349


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,3,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 #380349">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380349


Comments

No comments written yet.

Please login to write comment.