Color Hex Logo

#711dca Color Hex

#711DCA
(113,29,202)
0 Favorites   0 Comments

Color spaces of #711dca

RGB 11329202
HSL0.750.750.45
HSV269°86°79°
CMYK 0.440.860.00   0.21
XYZ17.91018.653756.6035
Yxy8.65370.21540.1041
Hunter Lab29.417257.1964-93.4917
CIE-Lab35.308865.4944-72.3507

#711dca color RGB value is (113,29,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011101 11001010
Octal 161 35 312
Decimal 113 29 202
Hex 71 1D CA

RGB Percentages of Color #711dca

%32.85
%8.43
%58.72

CMYK Percentages of Color #711dca

%44
%86
%0
%21

Triadic Colors of #711dca

#711dca #ca711d #1dca71

Analogous Colors of #711dca

#711dca #c81dca #1d20ca

Monochromatic Colors of #711dca

#711dca

Complementary Color

#711dca #76ca1d

#711dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#711dca Color CSS Codes

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

#711dca Text Font Color

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

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


#711dca Background Color

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

This div background color is #711dca


#711dca Border Color

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

This div border color is #711dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711dca


Comments

No comments written yet.

Please login to write comment.