Color Hex Logo

#7221db Color Hex

#7221DB
(114,33,219)
0 Favorites   0 Comments

Color spaces of #7221db

RGB 11433219
HSL0.740.740.49
HSV266°85°86°
CMYK 0.480.850.00   0.14
XYZ20.26959.779667.8372
Yxy9.77960.20710.0999
Hunter Lab31.272460.9700-106.7235
CIE-Lab37.443968.3632-78.6729

#7221db color RGB value is (114,33,219).

#7221db hex color red value is 114, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7221db hue: 0.74 , saturation: 0.74 and the lightness value of 7221db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100001 11011011
Octal 162 41 333
Decimal 114 33 219
Hex 72 21 DB

RGB Percentages of Color #7221db

%31.15
%9.02
%59.84

CMYK Percentages of Color #7221db

%48
%85
%0
%14

Triadic Colors of #7221db

#7221db #db7221 #21db72

Analogous Colors of #7221db

#7221db #cf21db #212ddb

Monochromatic Colors of #7221db

#7221db

Complementary Color

#7221db #8adb21

#7221db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7221db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7221db Color CSS Codes

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

#7221db Text Font Color

<p style="color:#7221db">Text here</p>

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


#7221db Background Color

<div style="background-color:#7221db">
Div content here</div>

This div background color is #7221db


#7221db Border Color

<div style="border:3px solid #7221db">
Div here</div>

This div border color is #7221db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,33,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7221db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7221db;
  -webkit-box-shadow: 1px 1px 3px 2px #7221db;
  box-shadow:         1px 1px 3px 2px #7221db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,33,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 #7221db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7221db


Comments

No comments written yet.

Please login to write comment.