Color Hex Logo

#7179da Color Hex

#7179DA
(113,121,218)
0 Favorites   0 Comments

Color spaces of #7179da

RGB 113121218
HSL0.650.590.65
HSV235°48°85°
CMYK 0.480.440.00   0.15
XYZ26.302322.247469.2376
Yxy22.24740.22330.1889
Hunter Lab47.167116.9963-54.0160
CIE-Lab54.288522.8603-50.7979

#7179da color RGB value is (113,121,218).

#7179da hex color red value is 113, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7179da hue: 0.65 , saturation: 0.59 and the lightness value of 7179da is 0.65.

The process color (four color CMYK) of #7179da color hex is 0.48, 0.44, 0.00, 0.15. Web safe color of #7179da is #6666cc. Color #7179da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111001 11011010
Octal 161 171 332
Decimal 113 121 218
Hex 71 79 DA

RGB Percentages of Color #7179da

%25.00
%26.77
%48.23

CMYK Percentages of Color #7179da

%48
%44
%0
%15

Triadic Colors of #7179da

#7179da #da7179 #79da71

Analogous Colors of #7179da

#7179da #9e71da #71aeda

Monochromatic Colors of #7179da

#7179da

Complementary Color

#7179da #dad271

#7179da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7179da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7179da Color CSS Codes

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

#7179da Text Font Color

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

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


#7179da Background Color

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

This div background color is #7179da


#7179da Border Color

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

This div border color is #7179da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,121,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7179da


Comments

No comments written yet.

Please login to write comment.