Color Hex Logo

#71059b Color Hex

#71059B
(113,5,155)
0 Favorites   0 Comments

Color spaces of #71059b

RGB 1135155
HSL0.790.940.31
HSV283°97°61°
CMYK 0.270.970.00   0.39
XYZ12.78075.985831.4921
Yxy5.98580.25430.1191
Hunter Lab24.465950.4310-59.1910
CIE-Lab29.376660.5696-54.0291

#71059b color RGB value is (113,5,155).

#71059b hex color red value is 113, green value is 5 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #71059b hue: 0.79 , saturation: 0.94 and the lightness value of 71059b is 0.31.

The process color (four color CMYK) of #71059b color hex is 0.27, 0.97, 0.00, 0.39. Web safe color of #71059b is #660099. Color #71059b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000101 10011011
Octal 161 5 233
Decimal 113 5 155
Hex 71 5 9B

RGB Percentages of Color #71059b

%41.39
%1.83
%56.78

CMYK Percentages of Color #71059b

%27
%97
%0
%39

Triadic Colors of #71059b

#71059b #9b7105 #059b71

Analogous Colors of #71059b

#71059b #9b057a #26059b

Monochromatic Colors of #71059b

#71059b

Complementary Color

#71059b #2f9b05

#71059b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71059b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71059b Color CSS Codes

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

#71059b Text Font Color

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

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


#71059b Background Color

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

This div background color is #71059b


#71059b Border Color

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

This div border color is #71059b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71059b


Comments

No comments written yet.

Please login to write comment.