Color Hex Logo

#385bdd Color Hex

#385BDD
(56,91,221)
0 Favorites   0 Comments

Color spaces of #385bdd

RGB 5691221
HSL0.630.710.54
HSV227°75°87°
CMYK 0.750.590.00   0.13
XYZ18.423113.543470.0497
Yxy13.54340.18060.1328
Hunter Lab36.801424.9564-87.0948
CIE-Lab43.570932.5932-69.9464

#385bdd color RGB value is (56,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011011 11011101
Octal 70 133 335
Decimal 56 91 221
Hex 38 5B DD

RGB Percentages of Color #385bdd

%15.22
%24.73
%60.05

CMYK Percentages of Color #385bdd

%75
%59
%0
%13

Triadic Colors of #385bdd

#385bdd #dd385b #5bdd38

Analogous Colors of #385bdd

#385bdd #6838dd #38aedd

Monochromatic Colors of #385bdd

#385bdd

Complementary Color

#385bdd #ddba38

#385bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#385bdd Color CSS Codes

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

#385bdd Text Font Color

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

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


#385bdd Background Color

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

This div background color is #385bdd


#385bdd Border Color

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

This div border color is #385bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385bdd


Comments

No comments written yet.

Please login to write comment.