Color Hex Logo

#385dcd Color Hex

#385DCD
(56,93,205)
0 Favorites   0 Comments

Color spaces of #385dcd

RGB 5693205
HSL0.630.600.51
HSV225°73°80°
CMYK 0.730.550.00   0.20
XYZ16.564713.077259.4087
Yxy13.07720.18600.1469
Hunter Lab36.162418.4802-72.0897
CIE-Lab42.879325.4974-61.9120

#385dcd color RGB value is (56,93,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 11001101
Octal 70 135 315
Decimal 56 93 205
Hex 38 5D CD

RGB Percentages of Color #385dcd

%15.82
%26.27
%57.91

CMYK Percentages of Color #385dcd

%73
%55
%0
%20

Triadic Colors of #385dcd

#385dcd #cd385d #5dcd38

Analogous Colors of #385dcd

#385dcd #5e38cd #38a8cd

Monochromatic Colors of #385dcd

#385dcd

Complementary Color

#385dcd #cda838

#385dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#385dcd Color CSS Codes

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

#385dcd Text Font Color

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

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


#385dcd Background Color

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

This div background color is #385dcd


#385dcd Border Color

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

This div border color is #385dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385dcd


Comments

No comments written yet.

Please login to write comment.