Color Hex Logo

#3876ad Color Hex

#3876AD
(56,118,173)
0 Favorites   0 Comments

Color spaces of #3876ad

RGB 56118173
HSL0.580.510.45
HSV208°68°68°
CMYK 0.680.320.00   0.32
XYZ15.652116.814741.9558
Yxy16.81470.21030.2259
Hunter Lab41.0057-3.6257-31.9597
CIE-Lab48.0257-1.9113-35.1480

#3876ad color RGB value is (56,118,173).

#3876ad hex color red value is 56, green value is 118 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3876ad hue: 0.58 , saturation: 0.51 and the lightness value of 3876ad is 0.45.

The process color (four color CMYK) of #3876ad color hex is 0.68, 0.32, 0.00, 0.32. Web safe color of #3876ad is #336699. Color #3876ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110110 10101101
Octal 70 166 255
Decimal 56 118 173
Hex 38 76 AD

RGB Percentages of Color #3876ad

%16.14
%34.01
%49.86

CMYK Percentages of Color #3876ad

%68
%32
%0
%32

Triadic Colors of #3876ad

#3876ad #ad3876 #76ad38

Analogous Colors of #3876ad

#3876ad #383cad #38adaa

Monochromatic Colors of #3876ad

#3876ad

Complementary Color

#3876ad #ad6f38

#3876ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3876ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3876ad Color CSS Codes

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

#3876ad Text Font Color

<p style="color:#3876ad">Text here</p>

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


#3876ad Background Color

<div style="background-color:#3876ad">
Div content here</div>

This div background color is #3876ad


#3876ad Border Color

<div style="border:3px solid #3876ad">
Div here</div>

This div border color is #3876ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,118,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3876ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3876ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3876ad;
  box-shadow:         1px 1px 3px 2px #3876ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3876ad


Comments

No comments written yet.

Please login to write comment.