Color Hex Logo

#711ece Color Hex

#711ECE
(113,30,206)
0 Favorites   0 Comments

Color spaces of #711ece

RGB 11330206
HSL0.750.750.46
HSV268°85°81°
CMYK 0.450.850.00   0.19
XYZ18.41498.895559.1389
Yxy8.89550.21300.1029
Hunter Lab29.825358.0160-96.6850
CIE-Lab35.782366.1216-73.9004

#711ece color RGB value is (113,30,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011110 11001110
Octal 161 36 316
Decimal 113 30 206
Hex 71 1E CE

RGB Percentages of Color #711ece

%32.38
%8.60
%59.03

CMYK Percentages of Color #711ece

%45
%85
%0
%19

Triadic Colors of #711ece

#711ece #ce711e #1ece71

Analogous Colors of #711ece

#711ece #c91ece #1e23ce

Monochromatic Colors of #711ece

#711ece

Complementary Color

#711ece #7bce1e

#711ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#711ece Color CSS Codes

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

#711ece Text Font Color

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

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


#711ece Background Color

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

This div background color is #711ece


#711ece Border Color

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

This div border color is #711ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711ece


Comments

No comments written yet.

Please login to write comment.