Color Hex Logo

#71028d Color Hex

#71028D
(113,2,141)
0 Favorites   0 Comments

Color spaces of #71028d

RGB 1132141
HSL0.800.970.28
HSV288°99°55°
CMYK 0.200.990.00   0.45
XYZ11.63955.477225.6430
Yxy5.47720.27220.1281
Hunter Lab23.403447.8195-48.5813
CIE-Lab28.053258.4109-47.5555

#71028d color RGB value is (113,2,141).

#71028d hex color red value is 113, green value is 2 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #71028d hue: 0.80 , saturation: 0.97 and the lightness value of 71028d is 0.28.

The process color (four color CMYK) of #71028d color hex is 0.20, 0.99, 0.00, 0.45. Web safe color of #71028d is #660099. Color #71028d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000010 10001101
Octal 161 2 215
Decimal 113 2 141
Hex 71 2 8D

RGB Percentages of Color #71028d

%44.14
%0.78
%55.08

CMYK Percentages of Color #71028d

%20
%99
%0
%45

Triadic Colors of #71028d

#71028d #8d7102 #028d71

Analogous Colors of #71028d

#71028d #8d0264 #2b028d

Monochromatic Colors of #71028d

#71028d

Complementary Color

#71028d #1e8d02

#71028d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71028d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71028d Color CSS Codes

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

#71028d Text Font Color

<p style="color:#71028d">Text here</p>

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


#71028d Background Color

<div style="background-color:#71028d">
Div content here</div>

This div background color is #71028d


#71028d Border Color

<div style="border:3px solid #71028d">
Div here</div>

This div border color is #71028d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,2,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71028d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71028d;
  -webkit-box-shadow: 1px 1px 3px 2px #71028d;
  box-shadow:         1px 1px 3px 2px #71028d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71028d


Comments

No comments written yet.

Please login to write comment.