Color Hex Logo

#385dee Color Hex

#385DEE
(56,93,238)
0 Favorites   0 Comments

Color spaces of #385dee

RGB 5693238
HSL0.630.840.58
HSV228°76°93°
CMYK 0.760.610.00   0.07
XYZ20.977914.842582.6482
Yxy14.84250.17710.1253
Hunter Lab38.526029.7752-100.2243
CIE-Lab45.417737.4337-76.5478

#385dee color RGB value is (56,93,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 11101110
Octal 70 135 356
Decimal 56 93 238
Hex 38 5D EE

RGB Percentages of Color #385dee

%14.47
%24.03
%61.50

CMYK Percentages of Color #385dee

%76
%61
%0
%7

Triadic Colors of #385dee

#385dee #ee385d #5dee38

Analogous Colors of #385dee

#385dee #6e38ee #38b8ee

Monochromatic Colors of #385dee

#385dee

Complementary Color

#385dee #eec938

#385dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#385dee Color CSS Codes

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

#385dee Text Font Color

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

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


#385dee Background Color

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

This div background color is #385dee


#385dee Border Color

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

This div border color is #385dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385dee


Comments

No comments written yet.

Please login to write comment.