Color Hex Logo

#71026b Color Hex

#71026B
(113,2,107)
0 Favorites   0 Comments

Color spaces of #71026b

RGB 1132107
HSL0.840.970.23
HSV303°98°44°
CMYK 0.000.980.05   0.56
XYZ9.48564.615714.3009
Yxy4.61570.33400.1625
Hunter Lab21.484241.2132-24.4273
CIE-Lab25.610652.5679-29.9210

#71026b color RGB value is (113,2,107).

#71026b hex color red value is 113, green value is 2 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #71026b hue: 0.84 , saturation: 0.97 and the lightness value of 71026b is 0.23.

The process color (four color CMYK) of #71026b color hex is 0.00, 0.98, 0.05, 0.56. Web safe color of #71026b is #660066. Color #71026b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000010 01101011
Octal 161 2 153
Decimal 113 2 107
Hex 71 2 6B

RGB Percentages of Color #71026b

%50.90
%0.90
%48.20

CMYK Percentages of Color #71026b

%0
%98
%5
%56

Triadic Colors of #71026b

#71026b #6b7102 #026b71

Analogous Colors of #71026b

#71026b #710233 #3f0271

Monochromatic Colors of #71026b

#71026b

Complementary Color

#71026b #027108

#71026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71026b Color CSS Codes

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

#71026b Text Font Color

<p style="color:#71026b">Text here</p>

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


#71026b Background Color

<div style="background-color:#71026b">
Div content here</div>

This div background color is #71026b


#71026b Border Color

<div style="border:3px solid #71026b">
Div here</div>

This div border color is #71026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71026b


Comments

No comments written yet.

Please login to write comment.