Color Hex Logo

#3876de Color Hex

#3876DE
(56,118,222)
0 Favorites   0 Comments

Color spaces of #3876de

RGB 56118222
HSL0.600.720.55
HSV218°75°87°
CMYK 0.750.470.00   0.13
XYZ21.294119.071571.6661
Yxy19.07150.19010.1702
Hunter Lab43.670910.6131-66.7281
CIE-Lab50.770815.8709-58.8508

#3876de color RGB value is (56,118,222).

#3876de hex color red value is 56, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3876de hue: 0.60 , saturation: 0.72 and the lightness value of 3876de is 0.55.

The process color (four color CMYK) of #3876de color hex is 0.75, 0.47, 0.00, 0.13. Web safe color of #3876de is #3366cc. Color #3876de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110110 11011110
Octal 70 166 336
Decimal 56 118 222
Hex 38 76 DE

RGB Percentages of Color #3876de

%14.14
%29.80
%56.06

CMYK Percentages of Color #3876de

%75
%47
%0
%13

Triadic Colors of #3876de

#3876de #de3876 #76de38

Analogous Colors of #3876de

#3876de #4d38de #38c9de

Monochromatic Colors of #3876de

#3876de

Complementary Color

#3876de #dea038

#3876de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3876de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3876de Color CSS Codes

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

#3876de Text Font Color

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

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


#3876de Background Color

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

This div background color is #3876de


#3876de Border Color

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

This div border color is #3876de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3876de


Comments

No comments written yet.

Please login to write comment.