Color Hex Logo

#711ecb Color Hex

#711ECB
(113,30,203)
0 Favorites   0 Comments

Color spaces of #711ecb

RGB 11330203
HSL0.750.740.46
HSV269°85°80°
CMYK 0.440.850.00   0.20
XYZ18.05388.751157.2375
Yxy8.75110.21480.1041
Hunter Lab29.582357.1681-94.0102
CIE-Lab35.500665.4323-72.6183

#711ecb color RGB value is (113,30,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11001011
Octal 161 36 313
Decimal 113 30 203
Hex 71 1E CB

RGB Percentages of Color #711ecb

%32.66
%8.67
%58.67

CMYK Percentages of Color #711ecb

%44
%85
%0
%20

Triadic Colors of #711ecb

#711ecb #cb711e #1ecb71

Analogous Colors of #711ecb

#711ecb #c81ecb #1e22cb

Monochromatic Colors of #711ecb

#711ecb

Complementary Color

#711ecb #78cb1e

#711ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#711ecb Color CSS Codes

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

#711ecb Text Font Color

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

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


#711ecb Background Color

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

This div background color is #711ecb


#711ecb Border Color

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

This div border color is #711ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711ecb


Comments

No comments written yet.

Please login to write comment.