Color Hex Logo

#711fcb Color Hex

#711FCB
(113,31,203)
0 Favorites   0 Comments

Color spaces of #711fcb

RGB 11331203
HSL0.750.740.46
HSV269°85°80°
CMYK 0.440.850.00   0.20
XYZ18.07958.802557.2461
Yxy8.80250.21490.1046
Hunter Lab29.669056.8524-93.6313
CIE-Lab35.601265.1349-72.4528

#711fcb color RGB value is (113,31,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011111 11001011
Octal 161 37 313
Decimal 113 31 203
Hex 71 1F CB

RGB Percentages of Color #711fcb

%32.56
%8.93
%58.50

CMYK Percentages of Color #711fcb

%44
%85
%0
%20

Triadic Colors of #711fcb

#711fcb #cb711f #1fcb71

Analogous Colors of #711fcb

#711fcb #c71fcb #1f23cb

Monochromatic Colors of #711fcb

#711fcb

Complementary Color

#711fcb #79cb1f

#711fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#711fcb Color CSS Codes

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

#711fcb Text Font Color

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

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


#711fcb Background Color

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

This div background color is #711fcb


#711fcb Border Color

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

This div border color is #711fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,31,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 #711fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711fcb


Comments

No comments written yet.

Please login to write comment.