Color Hex Logo

#384aab Color Hex

#384AAB
(56,74,171)
0 Favorites   0 Comments

Color spaces of #384aab

RGB 5674171
HSL0.640.510.45
HSV231°67°67°
CMYK 0.670.570.00   0.33
XYZ11.43048.678639.6008
Yxy8.67860.19140.1453
Hunter Lab29.459517.7047-59.0788
CIE-Lab35.358025.4290-54.2133

#384aab color RGB value is (56,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001010 10101011
Octal 70 112 253
Decimal 56 74 171
Hex 38 4A AB

RGB Percentages of Color #384aab

%18.60
%24.58
%56.81

CMYK Percentages of Color #384aab

%67
%57
%0
%33

Triadic Colors of #384aab

#384aab #ab384a #4aab38

Analogous Colors of #384aab

#384aab #5f38ab #3884ab

Monochromatic Colors of #384aab

#384aab

Complementary Color

#384aab #ab9938

#384aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#384aab Color CSS Codes

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

#384aab Text Font Color

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

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


#384aab Background Color

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

This div background color is #384aab


#384aab Border Color

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

This div border color is #384aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384aab


Comments

No comments written yet.

Please login to write comment.