Color Hex Logo

#4719ea Color Hex

#4719EA
(71,25,234)
0 Favorites   0 Comments

Color spaces of #4719ea

RGB 7125234
HSL0.700.830.51
HSV253°89°92°
CMYK 0.700.890.00   0.08
XYZ17.79747.975478.4433
Yxy7.97540.17080.0765
Hunter Lab28.240863.0699-144.9191
CIE-Lab33.931670.8281-93.2035

#4719ea color RGB value is (71,25,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011001 11101010
Octal 107 31 352
Decimal 71 25 234
Hex 47 19 EA

RGB Percentages of Color #4719ea

%21.52
%7.58
%70.91

CMYK Percentages of Color #4719ea

%70
%89
%0
%8

Triadic Colors of #4719ea

#4719ea #ea4719 #19ea47

Analogous Colors of #4719ea

#4719ea #b019ea #1954ea

Monochromatic Colors of #4719ea

#4719ea

Complementary Color

#4719ea #bcea19

#4719ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4719ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4719ea Color CSS Codes

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

#4719ea Text Font Color

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

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


#4719ea Background Color

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

This div background color is #4719ea


#4719ea Border Color

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

This div border color is #4719ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,25,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 #4719ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4719ea


Comments

No comments written yet.

Please login to write comment.