Color Hex Logo

#387ed1 Color Hex

#387ED1
(56,126,209)
0 Favorites   0 Comments

Color spaces of #387ed1

RGB 56126209
HSL0.590.620.52
HSV213°73°82°
CMYK 0.730.400.00   0.18
XYZ20.600420.365963.1669
Yxy20.36590.19780.1956
Hunter Lab45.12862.5070-51.3987
CIE-Lab52.24846.1676-49.1343

#387ed1 color RGB value is (56,126,209).

#387ed1 hex color red value is 56, green value is 126 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #387ed1 hue: 0.59 , saturation: 0.62 and the lightness value of 387ed1 is 0.52.

The process color (four color CMYK) of #387ed1 color hex is 0.73, 0.40, 0.00, 0.18. Web safe color of #387ed1 is #3366cc. Color #387ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111110 11010001
Octal 70 176 321
Decimal 56 126 209
Hex 38 7E D1

RGB Percentages of Color #387ed1

%14.32
%32.23
%53.45

CMYK Percentages of Color #387ed1

%73
%40
%0
%18

Triadic Colors of #387ed1

#387ed1 #d1387e #7ed138

Analogous Colors of #387ed1

#387ed1 #3e38d1 #38cbd1

Monochromatic Colors of #387ed1

#387ed1

Complementary Color

#387ed1 #d18b38

#387ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387ed1 Color CSS Codes

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

#387ed1 Text Font Color

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

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


#387ed1 Background Color

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

This div background color is #387ed1


#387ed1 Border Color

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

This div border color is #387ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387ed1


Comments

No comments written yet.

Please login to write comment.