Color Hex Logo

#711cbd Color Hex

#711CBD
(113,28,189)
0 Favorites   0 Comments

Color spaces of #711cbd

RGB 11328189
HSL0.750.740.43
HSV272°85°74°
CMYK 0.400.850.00   0.26
XYZ16.41068.015348.8263
Yxy8.01530.22400.1094
Hunter Lab28.311353.9224-82.4349
CIE-Lab34.014762.8382-66.8510

#711cbd color RGB value is (113,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011100 10111101
Octal 161 34 275
Decimal 113 28 189
Hex 71 1C BD

RGB Percentages of Color #711cbd

%34.24
%8.48
%57.27

CMYK Percentages of Color #711cbd

%40
%85
%0
%26

Triadic Colors of #711cbd

#711cbd #bd711c #1cbd71

Analogous Colors of #711cbd

#711cbd #bd1cb9 #211cbd

Monochromatic Colors of #711cbd

#711cbd

Complementary Color

#711cbd #68bd1c

#711cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#711cbd Color CSS Codes

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

#711cbd Text Font Color

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

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


#711cbd Background Color

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

This div background color is #711cbd


#711cbd Border Color

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

This div border color is #711cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711cbd


Comments

No comments written yet.

Please login to write comment.