Color Hex Logo

#711adb Color Hex

#711ADB
(113,26,219)
0 Favorites   0 Comments

Color spaces of #711adb

RGB 11326219
HSL0.740.790.48
HSV267°88°86°
CMYK 0.480.880.00   0.14
XYZ19.96569.364067.7730
Yxy9.36400.20560.0964
Hunter Lab30.600762.9124-109.8925
CIE-Lab36.675970.1733-79.9432

#711adb color RGB value is (113,26,219).

#711adb hex color red value is 113, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #711adb hue: 0.74 , saturation: 0.79 and the lightness value of 711adb is 0.48.

The process color (four color CMYK) of #711adb color hex is 0.48, 0.88, 0.00, 0.14. Web safe color of #711adb is #6633cc. Color #711adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011010 11011011
Octal 161 32 333
Decimal 113 26 219
Hex 71 1A DB

RGB Percentages of Color #711adb

%31.56
%7.26
%61.17

CMYK Percentages of Color #711adb

%48
%88
%0
%14

Triadic Colors of #711adb

#711adb #db711a #1adb71

Analogous Colors of #711adb

#711adb #d21adb #1a23db

Monochromatic Colors of #711adb

#711adb

Complementary Color

#711adb #84db1a

#711adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#711adb Color CSS Codes

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

#711adb Text Font Color

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

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


#711adb Background Color

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

This div background color is #711adb


#711adb Border Color

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

This div border color is #711adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711adb


Comments

No comments written yet.

Please login to write comment.