Color Hex Logo

#71679a Color Hex

#71679A
(113,103,154)
0 Favorites   0 Comments

Color spaces of #71679a

RGB 113103154
HSL0.700.200.50
HSV252°33°60°
CMYK 0.270.330.00   0.40
XYZ17.493015.544332.6502
Yxy15.54430.26630.2366
Hunter Lab39.426310.2025-21.5016
CIE-Lab46.370915.5704-26.3305

#71679a color RGB value is (113,103,154).

#71679a hex color red value is 113, green value is 103 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #71679a hue: 0.70 , saturation: 0.20 and the lightness value of 71679a is 0.50.

The process color (four color CMYK) of #71679a color hex is 0.27, 0.33, 0.00, 0.40. Web safe color of #71679a is #666699. Color #71679a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100111 10011010
Octal 161 147 232
Decimal 113 103 154
Hex 71 67 9A

RGB Percentages of Color #71679a

%30.54
%27.84
%41.62

CMYK Percentages of Color #71679a

%27
%33
%0
%40

Triadic Colors of #71679a

#71679a #9a7167 #679a71

Analogous Colors of #71679a

#71679a #8b679a #67779a

Monochromatic Colors of #71679a

#71679a

Complementary Color

#71679a #909a67

#71679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71679a Color CSS Codes

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

#71679a Text Font Color

<p style="color:#71679a">Text here</p>

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


#71679a Background Color

<div style="background-color:#71679a">
Div content here</div>

This div background color is #71679a


#71679a Border Color

<div style="border:3px solid #71679a">
Div here</div>

This div border color is #71679a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,103,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71679a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71679a;
  -webkit-box-shadow: 1px 1px 3px 2px #71679a;
  box-shadow:         1px 1px 3px 2px #71679a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71679a


Comments

No comments written yet.

Please login to write comment.