Color Hex Logo

#385deb Color Hex

#385DEB
(56,93,235)
0 Favorites   0 Comments

Color spaces of #385deb

RGB 5693235
HSL0.630.820.57
HSV228°76°92°
CMYK 0.760.600.00   0.08
XYZ20.540614.667680.3458
Yxy14.66760.17780.1269
Hunter Lab38.298328.7132-97.5754
CIE-Lab45.175536.3633-75.2553

#385deb color RGB value is (56,93,235).

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

The process color (four color CMYK) of #385deb color hex is 0.76, 0.60, 0.00, 0.08. Web safe color of #385deb is #3366ff. Color #385deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 11101011
Octal 70 135 353
Decimal 56 93 235
Hex 38 5D EB

RGB Percentages of Color #385deb

%14.58
%24.22
%61.20

CMYK Percentages of Color #385deb

%76
%60
%0
%8

Triadic Colors of #385deb

#385deb #eb385d #5deb38

Analogous Colors of #385deb

#385deb #6d38eb #38b7eb

Monochromatic Colors of #385deb

#385deb

Complementary Color

#385deb #ebc638

#385deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#385deb Color CSS Codes

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

#385deb Text Font Color

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

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


#385deb Background Color

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

This div background color is #385deb


#385deb Border Color

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

This div border color is #385deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385deb


Comments

No comments written yet.

Please login to write comment.