Color Hex Logo

#387dca Color Hex

#387DCA
(56,125,202)
0 Favorites   0 Comments

Color spaces of #387dca

RGB 56125202
HSL0.590.580.51
HSV212°72°79°
CMYK 0.720.380.00   0.21
XYZ19.625219.772358.6592
Yxy19.77230.20010.2016
Hunter Lab44.46610.9658-47.0886
CIE-Lab51.57884.2378-46.2227

#387dca color RGB value is (56,125,202).

#387dca hex color red value is 56, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #387dca hue: 0.59 , saturation: 0.58 and the lightness value of 387dca is 0.51.

The process color (four color CMYK) of #387dca color hex is 0.72, 0.38, 0.00, 0.21. Web safe color of #387dca is #3366cc. Color #387dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111101 11001010
Octal 70 175 312
Decimal 56 125 202
Hex 38 7D CA

RGB Percentages of Color #387dca

%14.62
%32.64
%52.74

CMYK Percentages of Color #387dca

%72
%38
%0
%21

Triadic Colors of #387dca

#387dca #ca387d #7dca38

Analogous Colors of #387dca

#387dca #3c38ca #38c6ca

Monochromatic Colors of #387dca

#387dca

Complementary Color

#387dca #ca8538

#387dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#387dca Color CSS Codes

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

#387dca Text Font Color

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

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


#387dca Background Color

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

This div background color is #387dca


#387dca Border Color

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

This div border color is #387dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387dca


Comments

No comments written yet.

Please login to write comment.