Color Hex Logo

#711fed Color Hex

#711FED
(113,31,237)
0 Favorites   0 Comments

Color spaces of #711fed

RGB 11331237
HSL0.730.850.53
HSV264°87°93°
CMYK 0.520.870.00   0.07
XYZ22.586110.605180.9773
Yxy10.60510.19780.0929
Hunter Lab32.565566.8108-124.6347
CIE-Lab38.907273.0283-86.5349

#711fed color RGB value is (113,31,237).

#711fed hex color red value is 113, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #711fed hue: 0.73 , saturation: 0.85 and the lightness value of 711fed is 0.53.

The process color (four color CMYK) of #711fed color hex is 0.52, 0.87, 0.00, 0.07. Web safe color of #711fed is #6633ff. Color #711fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011111 11101101
Octal 161 37 355
Decimal 113 31 237
Hex 71 1F ED

RGB Percentages of Color #711fed

%29.66
%8.14
%62.20

CMYK Percentages of Color #711fed

%52
%87
%0
%7

Triadic Colors of #711fed

#711fed #ed711f #1fed71

Analogous Colors of #711fed

#711fed #d81fed #1f34ed

Monochromatic Colors of #711fed

#711fed

Complementary Color

#711fed #9bed1f

#711fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#711fed Color CSS Codes

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

#711fed Text Font Color

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

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


#711fed Background Color

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

This div background color is #711fed


#711fed Border Color

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

This div border color is #711fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711fed


Comments

No comments written yet.

Please login to write comment.