Color Hex Logo

#384075 Color Hex

#384075
(56,64,117)
0 Favorites   0 Comments

Color spaces of #384075

RGB 5664117
HSL0.640.350.34
HSV232°52°46°
CMYK 0.520.450.00   0.54
XYZ6.67525.791917.5958
Yxy5.79190.22200.1927
Hunter Lab24.06647.3938-26.5026
CIE-Lab28.881312.8365-31.5566

#384075 color RGB value is (56,64,117).

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

The process color (four color CMYK) of #384075 color hex is 0.52, 0.45, 0.00, 0.54. Web safe color of #384075 is #333366. Color #384075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 01110101
Octal 70 100 165
Decimal 56 64 117
Hex 38 40 75

RGB Percentages of Color #384075

%23.63
%27.00
%49.37

CMYK Percentages of Color #384075

%52
%45
%0
%54

Triadic Colors of #384075

#384075 #753840 #407538

Analogous Colors of #384075

#384075 #4f3875 #385f75

Monochromatic Colors of #384075

#384075

Complementary Color

#384075 #756d38

#384075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384075 Color CSS Codes

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

#384075 Text Font Color

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

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


#384075 Background Color

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

This div background color is #384075


#384075 Border Color

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

This div border color is #384075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384075


Comments

No comments written yet.

Please login to write comment.