Color Hex Logo

#385fae Color Hex

#385FAE
(56,95,174)
0 Favorites   0 Comments

Color spaces of #385fae

RGB 5695174
HSL0.610.510.45
HSV220°68°68°
CMYK 0.680.450.00   0.32
XYZ13.363112.081241.6720
Yxy12.08120.19910.1800
Hunter Lab34.75807.7997-46.7532
CIE-Lab41.344912.8155-46.3378

#385fae color RGB value is (56,95,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 10101110
Octal 70 137 256
Decimal 56 95 174
Hex 38 5F AE

RGB Percentages of Color #385fae

%17.23
%29.23
%53.54

CMYK Percentages of Color #385fae

%68
%45
%0
%32

Triadic Colors of #385fae

#385fae #ae385f #5fae38

Analogous Colors of #385fae

#385fae #4c38ae #389aae

Monochromatic Colors of #385fae

#385fae

Complementary Color

#385fae #ae8738

#385fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#385fae Color CSS Codes

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

#385fae Text Font Color

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

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


#385fae Background Color

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

This div background color is #385fae


#385fae Border Color

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

This div border color is #385fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385fae


Comments

No comments written yet.

Please login to write comment.