Color Hex Logo

#711fcd Color Hex

#711FCD
(113,31,205)
0 Favorites   0 Comments

Color spaces of #711fcd

RGB 11331205
HSL0.750.740.46
HSV268°85°80°
CMYK 0.450.850.00   0.20
XYZ18.31958.898558.5096
Yxy8.89850.21370.1038
Hunter Lab29.830457.4178-95.4108
CIE-Lab35.788165.5960-73.3095

#711fcd color RGB value is (113,31,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011111 11001101
Octal 161 37 315
Decimal 113 31 205
Hex 71 1F CD

RGB Percentages of Color #711fcd

%32.38
%8.88
%58.74

CMYK Percentages of Color #711fcd

%45
%85
%0
%20

Triadic Colors of #711fcd

#711fcd #cd711f #1fcd71

Analogous Colors of #711fcd

#711fcd #c81fcd #1f24cd

Monochromatic Colors of #711fcd

#711fcd

Complementary Color

#711fcd #7bcd1f

#711fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#711fcd Color CSS Codes

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

#711fcd Text Font Color

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

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


#711fcd Background Color

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

This div background color is #711fcd


#711fcd Border Color

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

This div border color is #711fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711fcd


Comments

No comments written yet.

Please login to write comment.