Color Hex Logo

#71458e Color Hex

#71458E
(113,69,142)
0 Favorites   0 Comments

Color spaces of #71458e

RGB 11369142
HSL0.770.350.41
HSV276°51°56°
CMYK 0.200.510.00   0.44
XYZ13.82079.719926.7389
Yxy9.71990.27490.1933
Hunter Lab31.176824.5700-29.0266
CIE-Lab37.335033.0342-33.2874

#71458e color RGB value is (113,69,142).

#71458e hex color red value is 113, green value is 69 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #71458e hue: 0.77 , saturation: 0.35 and the lightness value of 71458e is 0.41.

The process color (four color CMYK) of #71458e color hex is 0.20, 0.51, 0.00, 0.44. Web safe color of #71458e is #663399. Color #71458e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000101 10001110
Octal 161 105 216
Decimal 113 69 142
Hex 71 45 8E

RGB Percentages of Color #71458e

%34.88
%21.30
%43.83

CMYK Percentages of Color #71458e

%20
%51
%0
%44

Triadic Colors of #71458e

#71458e #8e7145 #458e71

Analogous Colors of #71458e

#71458e #8e4587 #4c458e

Monochromatic Colors of #71458e

#71458e

Complementary Color

#71458e #628e45

#71458e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71458e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71458e Color CSS Codes

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

#71458e Text Font Color

<p style="color:#71458e">Text here</p>

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


#71458e Background Color

<div style="background-color:#71458e">
Div content here</div>

This div background color is #71458e


#71458e Border Color

<div style="border:3px solid #71458e">
Div here</div>

This div border color is #71458e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,69,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71458e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71458e;
  -webkit-box-shadow: 1px 1px 3px 2px #71458e;
  box-shadow:         1px 1px 3px 2px #71458e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71458e


Comments

No comments written yet.

Please login to write comment.