Color Hex Logo

#384eab Color Hex

#384EAB
(56,78,171)
0 Favorites   0 Comments

Color spaces of #384eab

RGB 5678171
HSL0.630.510.45
HSV229°67°67°
CMYK 0.670.540.00   0.33
XYZ11.70609.229839.6926
Yxy9.22980.19310.1522
Hunter Lab30.380615.6121-56.1967
CIE-Lab36.423022.8060-52.4873

#384eab color RGB value is (56,78,171).

#384eab hex color red value is 56, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #384eab hue: 0.63 , saturation: 0.51 and the lightness value of 384eab is 0.45.

The process color (four color CMYK) of #384eab color hex is 0.67, 0.54, 0.00, 0.33. Web safe color of #384eab is #336699. Color #384eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001110 10101011
Octal 70 116 253
Decimal 56 78 171
Hex 38 4E AB

RGB Percentages of Color #384eab

%18.36
%25.57
%56.07

CMYK Percentages of Color #384eab

%67
%54
%0
%33

Triadic Colors of #384eab

#384eab #ab384e #4eab38

Analogous Colors of #384eab

#384eab #5c38ab #3888ab

Monochromatic Colors of #384eab

#384eab

Complementary Color

#384eab #ab9538

#384eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#384eab Color CSS Codes

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

#384eab Text Font Color

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

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


#384eab Background Color

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

This div background color is #384eab


#384eab Border Color

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

This div border color is #384eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,78,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384eab;
  -webkit-box-shadow: 1px 1px 3px 2px #384eab;
  box-shadow:         1px 1px 3px 2px #384eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384eab


Comments

No comments written yet.

Please login to write comment.