Color Hex Logo

#387aeb Color Hex

#387AEB
(56,122,235)
0 Favorites   0 Comments

Color spaces of #387aeb

RGB 56122235
HSL0.610.820.57
HSV218°76°92°
CMYK 0.760.480.00   0.08
XYZ23.585820.758081.3608
Yxy20.75800.18760.1651
Hunter Lab45.560912.6735-73.9849
CIE-Lab52.683618.1508-63.0682

#387aeb color RGB value is (56,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111010 11101011
Octal 70 172 353
Decimal 56 122 235
Hex 38 7A EB

RGB Percentages of Color #387aeb

%13.56
%29.54
%56.90

CMYK Percentages of Color #387aeb

%76
%48
%0
%8

Triadic Colors of #387aeb

#387aeb #eb387a #7aeb38

Analogous Colors of #387aeb

#387aeb #5038eb #38d4eb

Monochromatic Colors of #387aeb

#387aeb

Complementary Color

#387aeb #eba938

#387aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#387aeb Color CSS Codes

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

#387aeb Text Font Color

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

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


#387aeb Background Color

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

This div background color is #387aeb


#387aeb Border Color

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

This div border color is #387aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387aeb


Comments

No comments written yet.

Please login to write comment.