Color Hex Logo

#1976ea Color Hex

#1976EA
(25,118,234)
0 Favorites   0 Comments

Color spaces of #1976ea

RGB 25118234
HSL0.590.830.51
HSV213°89°92°
CMYK 0.890.500.00   0.08
XYZ21.730619.104180.3840
Yxy19.10410.17930.1576
Hunter Lab43.708212.2561-78.4447
CIE-Lab50.808817.7680-65.5714

#1976ea color RGB value is (25,118,234).

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

The process color (four color CMYK) of #1976ea color hex is 0.89, 0.50, 0.00, 0.08. Web safe color of #1976ea is #0066ff. Color #1976ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110110 11101010
Octal 31 166 352
Decimal 25 118 234
Hex 19 76 EA

RGB Percentages of Color #1976ea

%6.63
%31.30
%62.07

CMYK Percentages of Color #1976ea

%89
%50
%0
%8

Triadic Colors of #1976ea

#1976ea #ea1976 #76ea19

Analogous Colors of #1976ea

#1976ea #2419ea #19dfea

Monochromatic Colors of #1976ea

#1976ea

Complementary Color

#1976ea #ea8d19

#1976ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1976ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1976ea Color CSS Codes

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

#1976ea Text Font Color

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

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


#1976ea Background Color

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

This div background color is #1976ea


#1976ea Border Color

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

This div border color is #1976ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1976ea


Comments

No comments written yet.

Please login to write comment.