Color Hex Logo

#7179ea Color Hex

#7179EA
(113,121,234)
0 Favorites   0 Comments

Color spaces of #7179ea

RGB 113121234
HSL0.660.740.68
HSV236°52°92°
CMYK 0.520.480.00   0.08
XYZ28.498723.126080.8036
Yxy23.12600.21520.1746
Hunter Lab48.089521.6257-65.9609
CIE-Lab55.201927.7515-58.3111

#7179ea color RGB value is (113,121,234).

#7179ea hex color red value is 113, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7179ea hue: 0.66 , saturation: 0.74 and the lightness value of 7179ea is 0.68.

The process color (four color CMYK) of #7179ea color hex is 0.52, 0.48, 0.00, 0.08. Web safe color of #7179ea is #6666ff. Color #7179ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111001 11101010
Octal 161 171 352
Decimal 113 121 234
Hex 71 79 EA

RGB Percentages of Color #7179ea

%24.15
%25.85
%50.00

CMYK Percentages of Color #7179ea

%52
%48
%0
%8

Triadic Colors of #7179ea

#7179ea #ea7179 #79ea71

Analogous Colors of #7179ea

#7179ea #a671ea #71b6ea

Monochromatic Colors of #7179ea

#7179ea

Complementary Color

#7179ea #eae271

#7179ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7179ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7179ea Color CSS Codes

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

#7179ea Text Font Color

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

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


#7179ea Background Color

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

This div background color is #7179ea


#7179ea Border Color

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

This div border color is #7179ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7179ea


Comments

No comments written yet.

Please login to write comment.