Color Hex Logo

#7221dc Color Hex

#7221DC
(114,33,220)
0 Favorites   0 Comments

Color spaces of #7221dc

RGB 11433220
HSL0.740.740.50
HSV266°85°86°
CMYK 0.480.850.00   0.14
XYZ20.40169.832468.5327
Yxy9.83240.20660.0996
Hunter Lab31.356761.2634-107.6338
CIE-Lab37.539968.5969-79.0891

#7221dc color RGB value is (114,33,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100001 11011100
Octal 162 41 334
Decimal 114 33 220
Hex 72 21 DC

RGB Percentages of Color #7221dc

%31.06
%8.99
%59.95

CMYK Percentages of Color #7221dc

%48
%85
%0
%14

Triadic Colors of #7221dc

#7221dc #dc7221 #21dc72

Analogous Colors of #7221dc

#7221dc #d021dc #212edc

Monochromatic Colors of #7221dc

#7221dc

Complementary Color

#7221dc #8bdc21

#7221dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7221dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7221dc Color CSS Codes

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

#7221dc Text Font Color

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

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


#7221dc Background Color

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

This div background color is #7221dc


#7221dc Border Color

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

This div border color is #7221dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7221dc


Comments

No comments written yet.

Please login to write comment.