Color Hex Logo

#384fae Color Hex

#384FAE
(56,79,174)
0 Favorites   0 Comments

Color spaces of #384fae

RGB 5679174
HSL0.630.510.45
HSV228°68°68°
CMYK 0.680.550.00   0.32
XYZ12.06699.488741.2399
Yxy9.48870.19220.1511
Hunter Lab30.803716.0182-57.8146
CIE-Lab36.908723.2434-53.4828

#384fae color RGB value is (56,79,174).

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

The process color (four color CMYK) of #384fae color hex is 0.68, 0.55, 0.00, 0.32. Web safe color of #384fae is #336699. Color #384fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001111 10101110
Octal 70 117 256
Decimal 56 79 174
Hex 38 4F AE

RGB Percentages of Color #384fae

%18.12
%25.57
%56.31

CMYK Percentages of Color #384fae

%68
%55
%0
%32

Triadic Colors of #384fae

#384fae #ae384f #4fae38

Analogous Colors of #384fae

#384fae #5c38ae #388aae

Monochromatic Colors of #384fae

#384fae

Complementary Color

#384fae #ae9738

#384fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#384fae Color CSS Codes

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

#384fae Text Font Color

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

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


#384fae Background Color

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

This div background color is #384fae


#384fae Border Color

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

This div border color is #384fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384fae


Comments

No comments written yet.

Please login to write comment.