Color Hex Logo

#385bde Color Hex

#385BDE
(56,91,222)
0 Favorites   0 Comments

Color spaces of #385bde

RGB 5691222
HSL0.630.720.55
HSV227°75°87°
CMYK 0.750.590.00   0.13
XYZ18.556813.596970.7536
Yxy13.59690.18030.1321
Hunter Lab36.874025.3005-87.9536
CIE-Lab43.649232.9539-70.3878

#385bde color RGB value is (56,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011011 11011110
Octal 70 133 336
Decimal 56 91 222
Hex 38 5B DE

RGB Percentages of Color #385bde

%15.18
%24.66
%60.16

CMYK Percentages of Color #385bde

%75
%59
%0
%13

Triadic Colors of #385bde

#385bde #de385b #5bde38

Analogous Colors of #385bde

#385bde #6838de #38aede

Monochromatic Colors of #385bde

#385bde

Complementary Color

#385bde #debb38

#385bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#385bde Color CSS Codes

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

#385bde Text Font Color

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

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


#385bde Background Color

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

This div background color is #385bde


#385bde Border Color

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

This div border color is #385bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385bde


Comments

No comments written yet.

Please login to write comment.