Color Hex Logo

#387bed Color Hex

#387BED
(56,123,237)
0 Favorites   0 Comments

Color spaces of #387bed

RGB 56123237
HSL0.600.830.57
HSV218°76°93°
CMYK 0.760.480.00   0.07
XYZ23.999921.121182.9326
Yxy21.12110.18740.1649
Hunter Lab45.957712.7898-74.8209
CIE-Lab53.081818.2628-63.5429

#387bed color RGB value is (56,123,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 11101101
Octal 70 173 355
Decimal 56 123 237
Hex 38 7B ED

RGB Percentages of Color #387bed

%13.46
%29.57
%56.97

CMYK Percentages of Color #387bed

%76
%48
%0
%7

Triadic Colors of #387bed

#387bed #ed387b #7bed38

Analogous Colors of #387bed

#387bed #5038ed #38d6ed

Monochromatic Colors of #387bed

#387bed

Complementary Color

#387bed #edaa38

#387bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bed Color CSS Codes

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

#387bed Text Font Color

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

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


#387bed Background Color

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

This div background color is #387bed


#387bed Border Color

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

This div border color is #387bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,123,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 #387bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bed


Comments

No comments written yet.

Please login to write comment.