Color Hex Logo

#7176ff Color Hex

#7176FF
(113,118,255)
0 Favorites   0 Comments

Color spaces of #7176ff

RGB 113118255
HSL0.661.000.72
HSV238°56°100°
CMYK 0.560.540.00   0.00
XYZ31.338523.687697.5282
Yxy23.68760.20540.1553
Hunter Lab48.669929.7636-84.7406
CIE-Lab55.773636.0528-69.0433

#7176ff color RGB value is (113,118,255).

#7176ff hex color red value is 113, green value is 118 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7176ff hue: 0.66 , saturation: 1.00 and the lightness value of 7176ff is 0.72.

The process color (four color CMYK) of #7176ff color hex is 0.56, 0.54, 0.00, 0.00. Web safe color of #7176ff is #6666ff. Color #7176ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110110 11111111
Octal 161 166 377
Decimal 113 118 255
Hex 71 76 FF

RGB Percentages of Color #7176ff

%23.25
%24.28
%52.47

CMYK Percentages of Color #7176ff

%56
%54
%0
%0

Triadic Colors of #7176ff

#7176ff #ff7176 #76ff71

Analogous Colors of #7176ff

#7176ff #b371ff #71bdff

Monochromatic Colors of #7176ff

#7176ff

Complementary Color

#7176ff #fffa71

#7176ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7176ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7176ff Color CSS Codes

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

#7176ff Text Font Color

<p style="color:#7176ff">Text here</p>

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


#7176ff Background Color

<div style="background-color:#7176ff">
Div content here</div>

This div background color is #7176ff


#7176ff Border Color

<div style="border:3px solid #7176ff">
Div here</div>

This div border color is #7176ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,118,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7176ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7176ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7176ff;
  box-shadow:         1px 1px 3px 2px #7176ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7176ff

Related Colors


Comments

No comments written yet.

Please login to write comment.