Color Hex Logo

#7179fd Color Hex

#7179FD
(113,121,253)
0 Favorites   0 Comments

Color spaces of #7179fd

RGB 113121253
HSL0.660.970.72
HSV237°55°99°
CMYK 0.550.520.00   0.01
XYZ31.377024.277395.9607
Yxy24.27730.20700.1601
Hunter Lab49.272027.4449-80.9811
CIE-Lab56.364433.6480-66.9864

#7179fd color RGB value is (113,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111001 11111101
Octal 161 171 375
Decimal 113 121 253
Hex 71 79 FD

RGB Percentages of Color #7179fd

%23.20
%24.85
%51.95

CMYK Percentages of Color #7179fd

%55
%52
%0
%1

Triadic Colors of #7179fd

#7179fd #fd7179 #79fd71

Analogous Colors of #7179fd

#7179fd #af71fd #71bffd

Monochromatic Colors of #7179fd

#7179fd

Complementary Color

#7179fd #fdf571

#7179fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7179fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7179fd Color CSS Codes

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

#7179fd Text Font Color

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

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


#7179fd Background Color

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

This div background color is #7179fd


#7179fd Border Color

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

This div border color is #7179fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7179fd

Related Colors


Comments

No comments written yet.

Please login to write comment.