Color Hex Logo

#382879 Color Hex

#382879
(56,40,121)
0 Favorites   0 Comments

Color spaces of #382879

RGB 5640121
HSL0.700.500.32
HSV252°67°47°
CMYK 0.540.670.00   0.53
XYZ5.84093.738818.5030
Yxy3.73880.20800.1331
Hunter Lab19.336020.0823-43.2007
CIE-Lab22.788430.1192-43.9024

#382879 color RGB value is (56,40,121).

#382879 hex color red value is 56, green value is 40 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #382879 hue: 0.70 , saturation: 0.50 and the lightness value of 382879 is 0.32.

The process color (four color CMYK) of #382879 color hex is 0.54, 0.67, 0.00, 0.53. Web safe color of #382879 is #333366. Color #382879 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101000 01111001
Octal 70 50 171
Decimal 56 40 121
Hex 38 28 79

RGB Percentages of Color #382879

%25.81
%18.43
%55.76

CMYK Percentages of Color #382879

%54
%67
%0
%53

Triadic Colors of #382879

#382879 #793828 #287938

Analogous Colors of #382879

#382879 #612879 #284079

Monochromatic Colors of #382879

#382879

Complementary Color

#382879 #697928

#382879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382879 Color CSS Codes

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

#382879 Text Font Color

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

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


#382879 Background Color

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

This div background color is #382879


#382879 Border Color

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

This div border color is #382879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382879


Comments

No comments written yet.

Please login to write comment.