Color Hex Logo

#721bde Color Hex

#721BDE
(114,27,222)
0 Favorites   0 Comments

Color spaces of #721bde

RGB 11427222
HSL0.740.780.49
HSV267°88°87°
CMYK 0.490.880.00   0.13
XYZ20.51629.635269.8857
Yxy9.63520.20510.0963
Hunter Lab31.040663.6579-111.7587
CIE-Lab37.179670.7097-80.8311

#721bde color RGB value is (114,27,222).

#721bde hex color red value is 114, green value is 27 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #721bde hue: 0.74 , saturation: 0.78 and the lightness value of 721bde is 0.49.

The process color (four color CMYK) of #721bde color hex is 0.49, 0.88, 0.00, 0.13. Web safe color of #721bde is #6633cc. Color #721bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011011 11011110
Octal 162 33 336
Decimal 114 27 222
Hex 72 1B DE

RGB Percentages of Color #721bde

%31.40
%7.44
%61.16

CMYK Percentages of Color #721bde

%49
%88
%0
%13

Triadic Colors of #721bde

#721bde #de721b #1bde72

Analogous Colors of #721bde

#721bde #d41bde #1b25de

Monochromatic Colors of #721bde

#721bde

Complementary Color

#721bde #87de1b

#721bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#721bde Color CSS Codes

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

#721bde Text Font Color

<p style="color:#721bde">Text here</p>

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


#721bde Background Color

<div style="background-color:#721bde">
Div content here</div>

This div background color is #721bde


#721bde Border Color

<div style="border:3px solid #721bde">
Div here</div>

This div border color is #721bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,27,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721bde;
  -webkit-box-shadow: 1px 1px 3px 2px #721bde;
  box-shadow:         1px 1px 3px 2px #721bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721bde


Comments

No comments written yet.

Please login to write comment.