Color Hex Logo

#385dce Color Hex

#385DCE
(56,93,206)
0 Favorites   0 Comments

Color spaces of #385dce

RGB 5693206
HSL0.630.600.51
HSV225°73°81°
CMYK 0.730.550.00   0.19
XYZ16.685813.125760.0466
Yxy13.12570.18570.1461
Hunter Lab36.229418.8084-72.9066
CIE-Lab42.952025.8630-62.3695

#385dce color RGB value is (56,93,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 11001110
Octal 70 135 316
Decimal 56 93 206
Hex 38 5D CE

RGB Percentages of Color #385dce

%15.77
%26.20
%58.03

CMYK Percentages of Color #385dce

%73
%55
%0
%19

Triadic Colors of #385dce

#385dce #ce385d #5dce38

Analogous Colors of #385dce

#385dce #5e38ce #38a8ce

Monochromatic Colors of #385dce

#385dce

Complementary Color

#385dce #cea938

#385dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#385dce Color CSS Codes

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

#385dce Text Font Color

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

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


#385dce Background Color

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

This div background color is #385dce


#385dce Border Color

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

This div border color is #385dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385dce


Comments

No comments written yet.

Please login to write comment.