Color Hex Logo

#384079 Color Hex

#384079
(56,64,121)
0 Favorites   0 Comments

Color spaces of #384079

RGB 5664121
HSL0.650.370.35
HSV233°54°47°
CMYK 0.540.470.00   0.53
XYZ6.91555.888018.8612
Yxy5.88800.21840.1859
Hunter Lab24.26528.4078-29.1001
CIE-Lab29.128114.2187-33.6822

#384079 color RGB value is (56,64,121).

#384079 hex color red value is 56, green value is 64 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #384079 hue: 0.65 , saturation: 0.37 and the lightness value of 384079 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 01111001
Octal 70 100 171
Decimal 56 64 121
Hex 38 40 79

RGB Percentages of Color #384079

%23.24
%26.56
%50.21

CMYK Percentages of Color #384079

%54
%47
%0
%53

Triadic Colors of #384079

#384079 #793840 #407938

Analogous Colors of #384079

#384079 #513879 #386079

Monochromatic Colors of #384079

#384079

Complementary Color

#384079 #797138

#384079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384079 Color CSS Codes

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

#384079 Text Font Color

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

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


#384079 Background Color

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

This div background color is #384079


#384079 Border Color

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

This div border color is #384079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384079


Comments

No comments written yet.

Please login to write comment.