Color Hex Logo

#387ded Color Hex

#387DED
(56,125,237)
0 Favorites   0 Comments

Color spaces of #387ded

RGB 56125237
HSL0.600.830.57
HSV217°76°93°
CMYK 0.760.470.00   0.07
XYZ24.250621.622483.0162
Yxy21.62240.18820.1678
Hunter Lab46.499911.7164-73.3004
CIE-Lab53.624117.0220-62.6693

#387ded color RGB value is (56,125,237).

#387ded hex color red value is 56, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #387ded hue: 0.60 , saturation: 0.83 and the lightness value of 387ded is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111101 11101101
Octal 70 175 355
Decimal 56 125 237
Hex 38 7D ED

RGB Percentages of Color #387ded

%13.40
%29.90
%56.70

CMYK Percentages of Color #387ded

%76
%47
%0
%7

Triadic Colors of #387ded

#387ded #ed387d #7ded38

Analogous Colors of #387ded

#387ded #4e38ed #38d8ed

Monochromatic Colors of #387ded

#387ded

Complementary Color

#387ded #eda838

#387ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#387ded Color CSS Codes

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

#387ded Text Font Color

<p style="color:#387ded">Text here</p>

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


#387ded Background Color

<div style="background-color:#387ded">
Div content here</div>

This div background color is #387ded


#387ded Border Color

<div style="border:3px solid #387ded">
Div here</div>

This div border color is #387ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,125,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #387ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #387ded;
  -webkit-box-shadow: 1px 1px 3px 2px #387ded;
  box-shadow:         1px 1px 3px 2px #387ded; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387ded


Comments

No comments written yet.

Please login to write comment.