Color Hex Logo

#711cbf Color Hex

#711CBF
(113,28,191)
0 Favorites   0 Comments

Color spaces of #711cbf

RGB 11328191
HSL0.750.740.43
HSV271°85°75°
CMYK 0.410.850.00   0.25
XYZ16.62938.102849.9778
Yxy8.10280.22260.1085
Hunter Lab28.465454.4640-84.1719
CIE-Lab34.196163.2879-67.7325

#711cbf color RGB value is (113,28,191).

#711cbf hex color red value is 113, green value is 28 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #711cbf hue: 0.75 , saturation: 0.74 and the lightness value of 711cbf is 0.43.

The process color (four color CMYK) of #711cbf color hex is 0.41, 0.85, 0.00, 0.25. Web safe color of #711cbf is #6633cc. Color #711cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011100 10111111
Octal 161 34 277
Decimal 113 28 191
Hex 71 1C BF

RGB Percentages of Color #711cbf

%34.04
%8.43
%57.53

CMYK Percentages of Color #711cbf

%41
%85
%0
%25

Triadic Colors of #711cbf

#711cbf #bf711c #1cbf71

Analogous Colors of #711cbf

#711cbf #bf1cbc #201cbf

Monochromatic Colors of #711cbf

#711cbf

Complementary Color

#711cbf #6abf1c

#711cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#711cbf Color CSS Codes

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

#711cbf Text Font Color

<p style="color:#711cbf">Text here</p>

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


#711cbf Background Color

<div style="background-color:#711cbf">
Div content here</div>

This div background color is #711cbf


#711cbf Border Color

<div style="border:3px solid #711cbf">
Div here</div>

This div border color is #711cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,28,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 #711cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711cbf


Comments

No comments written yet.

Please login to write comment.