Color Hex Logo

#384bae Color Hex

#384BAE
(56,75,174)
0 Favorites   0 Comments

Color spaces of #384bae

RGB 5675174
HSL0.640.510.45
HSV230°68°68°
CMYK 0.680.570.00   0.32
XYZ11.78698.928941.1466
Yxy8.92890.19050.1443
Hunter Lab29.881318.1185-60.7256
CIE-Lab35.847025.8605-55.2040

#384bae color RGB value is (56,75,174).

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

The process color (four color CMYK) of #384bae color hex is 0.68, 0.57, 0.00, 0.32. Web safe color of #384bae is #333399. Color #384bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001011 10101110
Octal 70 113 256
Decimal 56 75 174
Hex 38 4B AE

RGB Percentages of Color #384bae

%18.36
%24.59
%57.05

CMYK Percentages of Color #384bae

%68
%57
%0
%32

Triadic Colors of #384bae

#384bae #ae384b #4bae38

Analogous Colors of #384bae

#384bae #6038ae #3886ae

Monochromatic Colors of #384bae

#384bae

Complementary Color

#384bae #ae9b38

#384bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#384bae Color CSS Codes

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

#384bae Text Font Color

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

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


#384bae Background Color

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

This div background color is #384bae


#384bae Border Color

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

This div border color is #384bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384bae


Comments

No comments written yet.

Please login to write comment.