Color Hex Logo

#3875db Color Hex

#3875DB
(56,117,219)
0 Favorites   0 Comments

Color spaces of #3875db

RGB 56117219
HSL0.600.690.54
HSV218°74°86°
CMYK 0.740.470.00   0.14
XYZ20.778418.677869.5279
Yxy18.67780.19070.1714
Hunter Lab43.217810.1886-65.1320
CIE-Lab50.308115.3936-57.9008

#3875db color RGB value is (56,117,219).

#3875db hex color red value is 56, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3875db hue: 0.60 , saturation: 0.69 and the lightness value of 3875db is 0.54.

The process color (four color CMYK) of #3875db color hex is 0.74, 0.47, 0.00, 0.14. Web safe color of #3875db is #3366cc. Color #3875db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110101 11011011
Octal 70 165 333
Decimal 56 117 219
Hex 38 75 DB

RGB Percentages of Color #3875db

%14.29
%29.85
%55.87

CMYK Percentages of Color #3875db

%74
%47
%0
%14

Triadic Colors of #3875db

#3875db #db3875 #75db38

Analogous Colors of #3875db

#3875db #4c38db #38c7db

Monochromatic Colors of #3875db

#3875db

Complementary Color

#3875db #db9e38

#3875db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3875db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3875db Color CSS Codes

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

#3875db Text Font Color

<p style="color:#3875db">Text here</p>

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


#3875db Background Color

<div style="background-color:#3875db">
Div content here</div>

This div background color is #3875db


#3875db Border Color

<div style="border:3px solid #3875db">
Div here</div>

This div border color is #3875db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,117,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3875db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3875db;
  -webkit-box-shadow: 1px 1px 3px 2px #3875db;
  box-shadow:         1px 1px 3px 2px #3875db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3875db


Comments

No comments written yet.

Please login to write comment.