Color Hex Logo

#387afd Color Hex

#387AFD
(56,122,253)
0 Favorites   0 Comments

Color spaces of #387afd

RGB 56122253
HSL0.610.980.61
HSV220°78°99°
CMYK 0.780.520.00   0.01
XYZ26.320021.851795.7591
Yxy21.85170.18290.1518
Hunter Lab46.745818.6984-88.7339
CIE-Lab53.869324.7403-71.1538

#387afd color RGB value is (56,122,253).

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

The process color (four color CMYK) of #387afd color hex is 0.78, 0.52, 0.00, 0.01. Web safe color of #387afd is #3366ff. Color #387afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111010 11111101
Octal 70 172 375
Decimal 56 122 253
Hex 38 7A FD

RGB Percentages of Color #387afd

%12.99
%28.31
%58.70

CMYK Percentages of Color #387afd

%78
%52
%0
%1

Triadic Colors of #387afd

#387afd #fd387a #7afd38

Analogous Colors of #387afd

#387afd #5838fd #38ddfd

Monochromatic Colors of #387afd

#387afd

Complementary Color

#387afd #fdbb38

#387afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#387afd Color CSS Codes

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

#387afd Text Font Color

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

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


#387afd Background Color

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

This div background color is #387afd


#387afd Border Color

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

This div border color is #387afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387afd


Comments

No comments written yet.

Please login to write comment.