Color Hex Logo

#385ddf Color Hex

#385DDF
(56,93,223)
0 Favorites   0 Comments

Color spaces of #385ddf

RGB 5693223
HSL0.630.720.55
HSV227°75°87°
CMYK 0.750.580.00   0.13
XYZ18.864513.997271.5195
Yxy13.99720.18070.1341
Hunter Lab37.412824.5318-87.1516
CIE-Lab44.228932.0495-70.0111

#385ddf color RGB value is (56,93,223).

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

The process color (four color CMYK) of #385ddf color hex is 0.75, 0.58, 0.00, 0.13. Web safe color of #385ddf is #3366cc. Color #385ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 11011111
Octal 70 135 337
Decimal 56 93 223
Hex 38 5D DF

RGB Percentages of Color #385ddf

%15.05
%25.00
%59.95

CMYK Percentages of Color #385ddf

%75
%58
%0
%13

Triadic Colors of #385ddf

#385ddf #df385d #5ddf38

Analogous Colors of #385ddf

#385ddf #6738df #38b1df

Monochromatic Colors of #385ddf

#385ddf

Complementary Color

#385ddf #dfba38

#385ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#385ddf Color CSS Codes

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

#385ddf Text Font Color

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

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


#385ddf Background Color

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

This div background color is #385ddf


#385ddf Border Color

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

This div border color is #385ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385ddf


Comments

No comments written yet.

Please login to write comment.