Color Hex Logo

#1976dc Color Hex

#1976DC
(25,118,220)
0 Favorites   0 Comments

Color spaces of #1976dc

RGB 25118220
HSL0.590.800.48
HSV211°89°86°
CMYK 0.890.460.00   0.14
XYZ19.797618.330870.2049
Yxy18.33080.18270.1692
Hunter Lab42.81457.6138-67.2504
CIE-Lab49.894912.3588-59.1703

#1976dc color RGB value is (25,118,220).

#1976dc hex color red value is 25, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1976dc hue: 0.59 , saturation: 0.80 and the lightness value of 1976dc is 0.48.

The process color (four color CMYK) of #1976dc color hex is 0.89, 0.46, 0.00, 0.14. Web safe color of #1976dc is #0066cc. Color #1976dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110110 11011100
Octal 31 166 334
Decimal 25 118 220
Hex 19 76 DC

RGB Percentages of Color #1976dc

%6.89
%32.51
%60.61

CMYK Percentages of Color #1976dc

%89
%46
%0
%14

Triadic Colors of #1976dc

#1976dc #dc1976 #76dc19

Analogous Colors of #1976dc

#1976dc #1e19dc #19d8dc

Monochromatic Colors of #1976dc

#1976dc

Complementary Color

#1976dc #dc7f19

#1976dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1976dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1976dc Color CSS Codes

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

#1976dc Text Font Color

<p style="color:#1976dc">Text here</p>

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


#1976dc Background Color

<div style="background-color:#1976dc">
Div content here</div>

This div background color is #1976dc


#1976dc Border Color

<div style="border:3px solid #1976dc">
Div here</div>

This div border color is #1976dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,118,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1976dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1976dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1976dc;
  box-shadow:         1px 1px 3px 2px #1976dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1976dc


Comments

No comments written yet.

Please login to write comment.