Color Hex Logo

#721bda Color Hex

#721BDA
(114,27,218)
0 Favorites   0 Comments

Color spaces of #721bda

RGB 11427218
HSL0.740.780.48
HSV267°88°85°
CMYK 0.480.880.00   0.15
XYZ19.98639.423267.0951
Yxy9.42320.20710.0976
Hunter Lab30.697262.4973-108.1024
CIE-Lab36.786769.7985-79.1810

#721bda color RGB value is (114,27,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011011 11011010
Octal 162 33 332
Decimal 114 27 218
Hex 72 1B DA

RGB Percentages of Color #721bda

%31.75
%7.52
%60.72

CMYK Percentages of Color #721bda

%48
%88
%0
%15

Triadic Colors of #721bda

#721bda #da721b #1bda72

Analogous Colors of #721bda

#721bda #d21bda #1b24da

Monochromatic Colors of #721bda

#721bda

Complementary Color

#721bda #83da1b

#721bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#721bda Color CSS Codes

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

#721bda Text Font Color

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

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


#721bda Background Color

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

This div background color is #721bda


#721bda Border Color

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

This div border color is #721bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721bda


Comments

No comments written yet.

Please login to write comment.