Color Hex Logo

#710bbf Color Hex

#710BBF
(113,11,191)
0 Favorites   0 Comments

Color spaces of #710bbf

RGB 11311191
HSL0.760.890.40
HSV274°94°75°
CMYK 0.410.940.00   0.25
XYZ16.33377.511649.8792
Yxy7.51160.22160.1019
Hunter Lab27.407358.4164-88.7182
CIE-Lab32.944367.0165-69.7892

#710bbf color RGB value is (113,11,191).

#710bbf hex color red value is 113, green value is 11 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #710bbf hue: 0.76 , saturation: 0.89 and the lightness value of 710bbf is 0.40.

The process color (four color CMYK) of #710bbf color hex is 0.41, 0.94, 0.00, 0.25. Web safe color of #710bbf is #6600cc. Color #710bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001011 10111111
Octal 161 13 277
Decimal 113 11 191
Hex 71 B BF

RGB Percentages of Color #710bbf

%35.87
%3.49
%60.63

CMYK Percentages of Color #710bbf

%41
%94
%0
%25

Triadic Colors of #710bbf

#710bbf #bf710b #0bbf71

Analogous Colors of #710bbf

#710bbf #bf0bb3 #170bbf

Monochromatic Colors of #710bbf

#710bbf

Complementary Color

#710bbf #59bf0b

#710bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#710bbf Color CSS Codes

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

#710bbf Text Font Color

<p style="color:#710bbf">Text here</p>

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


#710bbf Background Color

<div style="background-color:#710bbf">
Div content here</div>

This div background color is #710bbf


#710bbf Border Color

<div style="border:3px solid #710bbf">
Div here</div>

This div border color is #710bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,11,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #710bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #710bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #710bbf;
  box-shadow:         1px 1px 3px 2px #710bbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710bbf


Comments

No comments written yet.

Please login to write comment.