Color Hex Logo

#387aea Color Hex

#387AEA
(56,122,234)
0 Favorites   0 Comments

Color spaces of #387aea

RGB 56122234
HSL0.600.810.57
HSV218°76°92°
CMYK 0.760.480.00   0.08
XYZ23.441720.700380.6020
Yxy20.70030.18790.1659
Hunter Lab45.497612.3477-73.1879
CIE-Lab52.619917.7842-62.6120

#387aea color RGB value is (56,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111010 11101010
Octal 70 172 352
Decimal 56 122 234
Hex 38 7A EA

RGB Percentages of Color #387aea

%13.59
%29.61
%56.80

CMYK Percentages of Color #387aea

%76
%48
%0
%8

Triadic Colors of #387aea

#387aea #ea387a #7aea38

Analogous Colors of #387aea

#387aea #4f38ea #38d3ea

Monochromatic Colors of #387aea

#387aea

Complementary Color

#387aea #eaa838

#387aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#387aea Color CSS Codes

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

#387aea Text Font Color

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

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


#387aea Background Color

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

This div background color is #387aea


#387aea Border Color

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

This div border color is #387aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387aea


Comments

No comments written yet.

Please login to write comment.