Color Hex Logo

#384486 Color Hex

#384486
(56,68,134)
0 Favorites   0 Comments

Color spaces of #384486

RGB 5668134
HSL0.640.410.37
HSV231°58°53°
CMYK 0.580.490.00   0.47
XYZ8.00116.696223.4251
Yxy6.69620.20990.1757
Hunter Lab25.87709.9069-35.5582
CIE-Lab31.105016.0936-38.6249

#384486 color RGB value is (56,68,134).

#384486 hex color red value is 56, green value is 68 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #384486 hue: 0.64 , saturation: 0.41 and the lightness value of 384486 is 0.37.

The process color (four color CMYK) of #384486 color hex is 0.58, 0.49, 0.00, 0.47. Web safe color of #384486 is #333399. Color #384486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000100 10000110
Octal 70 104 206
Decimal 56 68 134
Hex 38 44 86

RGB Percentages of Color #384486

%21.71
%26.36
%51.94

CMYK Percentages of Color #384486

%58
%49
%0
%47

Triadic Colors of #384486

#384486 #863844 #448638

Analogous Colors of #384486

#384486 #533886 #386b86

Monochromatic Colors of #384486

#384486

Complementary Color

#384486 #867a38

#384486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384486 Color CSS Codes

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

#384486 Text Font Color

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

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


#384486 Background Color

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

This div background color is #384486


#384486 Border Color

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

This div border color is #384486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384486


Comments

No comments written yet.

Please login to write comment.