Color Hex Logo

#711cff Color Hex

#711CFF
(113,28,255)
0 Favorites   0 Comments

Color spaces of #711cff

RGB 11328255
HSL0.731.000.55
HSV262°89°100°
CMYK 0.560.890.00   0.00
XYZ25.275311.561295.5071
Yxy11.56120.19100.0874
Hunter Lab34.001873.1854-142.7376
CIE-Lab40.510077.9531-94.0188

#711cff color RGB value is (113,28,255).

#711cff hex color red value is 113, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #711cff hue: 0.73 , saturation: 1.00 and the lightness value of 711cff is 0.55.

The process color (four color CMYK) of #711cff color hex is 0.56, 0.89, 0.00, 0.00. Web safe color of #711cff is #6633ff. Color #711cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011100 11111111
Octal 161 34 377
Decimal 113 28 255
Hex 71 1C FF

RGB Percentages of Color #711cff

%28.54
%7.07
%64.39

CMYK Percentages of Color #711cff

%56
%89
%0
%0

Triadic Colors of #711cff

#711cff #ff711c #1cff71

Analogous Colors of #711cff

#711cff #e31cff #1c38ff

Monochromatic Colors of #711cff

#711cff

Complementary Color

#711cff #aaff1c

#711cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#711cff Color CSS Codes

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

#711cff Text Font Color

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

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


#711cff Background Color

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

This div background color is #711cff


#711cff Border Color

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

This div border color is #711cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711cff

Related Colors


Comments

No comments written yet.

Please login to write comment.