Color Hex Logo

#384bab Color Hex

#384BAB
(56,75,171)
0 Favorites   0 Comments

Color spaces of #384bab

RGB 5675171
HSL0.640.510.45
HSV230°67°67°
CMYK 0.670.560.00   0.33
XYZ11.49768.813239.6232
Yxy8.81320.19180.1470
Hunter Lab29.687017.1796-58.3533
CIE-Lab35.622124.7731-53.7848

#384bab color RGB value is (56,75,171).

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

The process color (four color CMYK) of #384bab color hex is 0.67, 0.56, 0.00, 0.33. Web safe color of #384bab is #333399. Color #384bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001011 10101011
Octal 70 113 253
Decimal 56 75 171
Hex 38 4B AB

RGB Percentages of Color #384bab

%18.54
%24.83
%56.62

CMYK Percentages of Color #384bab

%67
%56
%0
%33

Triadic Colors of #384bab

#384bab #ab384b #4bab38

Analogous Colors of #384bab

#384bab #5e38ab #3885ab

Monochromatic Colors of #384bab

#384bab

Complementary Color

#384bab #ab9838

#384bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#384bab Color CSS Codes

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

#384bab Text Font Color

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

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


#384bab Background Color

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

This div background color is #384bab


#384bab Border Color

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

This div border color is #384bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384bab


Comments

No comments written yet.

Please login to write comment.