Color Hex Logo

#722bad Color Hex

#722BAD
(114,43,173)
0 Favorites   0 Comments

Color spaces of #722bad

RGB 11443173
HSL0.760.600.42
HSV273°75°68°
CMYK 0.340.750.00   0.32
XYZ15.34618.322340.3327
Yxy8.32230.23980.1300
Hunter Lab28.848444.4696-62.6990
CIE-Lab34.645353.9651-56.3162

#722bad color RGB value is (114,43,173).

#722bad hex color red value is 114, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #722bad hue: 0.76 , saturation: 0.60 and the lightness value of 722bad is 0.42.

The process color (four color CMYK) of #722bad color hex is 0.34, 0.75, 0.00, 0.32. Web safe color of #722bad is #663399. Color #722bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00101011 10101101
Octal 162 53 255
Decimal 114 43 173
Hex 72 2B AD

RGB Percentages of Color #722bad

%34.55
%13.03
%52.42

CMYK Percentages of Color #722bad

%34
%75
%0
%32

Triadic Colors of #722bad

#722bad #ad722b #2bad72

Analogous Colors of #722bad

#722bad #ad2ba7 #312bad

Monochromatic Colors of #722bad

#722bad

Complementary Color

#722bad #66ad2b

#722bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#722bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#722bad Color CSS Codes

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

#722bad Text Font Color

<p style="color:#722bad">Text here</p>

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


#722bad Background Color

<div style="background-color:#722bad">
Div content here</div>

This div background color is #722bad


#722bad Border Color

<div style="border:3px solid #722bad">
Div here</div>

This div border color is #722bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,43,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #722bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #722bad;
  -webkit-box-shadow: 1px 1px 3px 2px #722bad;
  box-shadow:         1px 1px 3px 2px #722bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #722bad


Comments

No comments written yet.

Please login to write comment.