Color Hex Logo

#385ace Color Hex

#385ACE
(56,90,206)
0 Favorites   0 Comments

Color spaces of #385ace

RGB 5690206
HSL0.630.600.51
HSV226°73°81°
CMYK 0.730.560.00   0.19
XYZ16.427612.609359.9605
Yxy12.60930.18460.1417
Hunter Lab35.509620.4367-75.2588
CIE-Lab42.168627.7884-63.6419

#385ace color RGB value is (56,90,206).

#385ace hex color red value is 56, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #385ace hue: 0.63 , saturation: 0.60 and the lightness value of 385ace is 0.51.

The process color (four color CMYK) of #385ace color hex is 0.73, 0.56, 0.00, 0.19. Web safe color of #385ace is #3366cc. Color #385ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011010 11001110
Octal 70 132 316
Decimal 56 90 206
Hex 38 5A CE

RGB Percentages of Color #385ace

%15.91
%25.57
%58.52

CMYK Percentages of Color #385ace

%73
%56
%0
%19

Triadic Colors of #385ace

#385ace #ce385a #5ace38

Analogous Colors of #385ace

#385ace #6138ce #38a5ce

Monochromatic Colors of #385ace

#385ace

Complementary Color

#385ace #ceac38

#385ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#385ace Color CSS Codes

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

#385ace Text Font Color

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

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


#385ace Background Color

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

This div background color is #385ace


#385ace Border Color

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

This div border color is #385ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385ace


Comments

No comments written yet.

Please login to write comment.