Color Hex Logo

#384678 Color Hex

#384678
(56,70,120)
0 Favorites   0 Comments

Color spaces of #384678

RGB 5670120
HSL0.630.360.35
HSV227°53°47°
CMYK 0.530.420.00   0.53
XYZ7.21126.577118.6587
Yxy6.57710.22220.2027
Hunter Lab25.64595.3111-25.1845
CIE-Lab30.82419.8422-30.3576

#384678 color RGB value is (56,70,120).

#384678 hex color red value is 56, green value is 70 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #384678 hue: 0.63 , saturation: 0.36 and the lightness value of 384678 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000110 01111000
Octal 70 106 170
Decimal 56 70 120
Hex 38 46 78

RGB Percentages of Color #384678

%22.76
%28.46
%48.78

CMYK Percentages of Color #384678

%53
%42
%0
%53

Triadic Colors of #384678

#384678 #783846 #467838

Analogous Colors of #384678

#384678 #4a3878 #386678

Monochromatic Colors of #384678

#384678

Complementary Color

#384678 #786a38

#384678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384678 Color CSS Codes

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

#384678 Text Font Color

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

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


#384678 Background Color

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

This div background color is #384678


#384678 Border Color

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

This div border color is #384678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384678


Comments

No comments written yet.

Please login to write comment.