Color Hex Logo

#711bca Color Hex

#711BCA
(113,27,202)
0 Favorites   0 Comments

Color spaces of #711bca

RGB 11327202
HSL0.750.760.45
HSV269°87°79°
CMYK 0.440.870.00   0.21
XYZ17.86278.558856.5877
Yxy8.55880.21520.1031
Hunter Lab29.255457.7911-94.2037
CIE-Lab35.120666.0527-72.6603

#711bca color RGB value is (113,27,202).

#711bca hex color red value is 113, green value is 27 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #711bca hue: 0.75 , saturation: 0.76 and the lightness value of 711bca is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011011 11001010
Octal 161 33 312
Decimal 113 27 202
Hex 71 1B CA

RGB Percentages of Color #711bca

%33.04
%7.89
%59.06

CMYK Percentages of Color #711bca

%44
%87
%0
%21

Triadic Colors of #711bca

#711bca #ca711b #1bca71

Analogous Colors of #711bca

#711bca #c91bca #1b1dca

Monochromatic Colors of #711bca

#711bca

Complementary Color

#711bca #74ca1b

#711bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#711bca Color CSS Codes

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

#711bca Text Font Color

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

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


#711bca Background Color

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

This div background color is #711bca


#711bca Border Color

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

This div border color is #711bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711bca


Comments

No comments written yet.

Please login to write comment.