Color Hex Logo

#722fad Color Hex

#722FAD
(114,47,173)
0 Favorites   0 Comments

Color spaces of #722fad

RGB 11447173
HSL0.760.570.43
HSV272°73°68°
CMYK 0.340.730.00   0.32
XYZ15.49888.627640.3836
Yxy8.62760.24030.1337
Hunter Lab29.372842.7847-60.9548
CIE-Lab35.257252.2278-55.3217

#722fad color RGB value is (114,47,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00101111 10101101
Octal 162 57 255
Decimal 114 47 173
Hex 72 2F AD

RGB Percentages of Color #722fad

%34.13
%14.07
%51.80

CMYK Percentages of Color #722fad

%34
%73
%0
%32

Triadic Colors of #722fad

#722fad #ad722f #2fad72

Analogous Colors of #722fad

#722fad #ad2fa9 #332fad

Monochromatic Colors of #722fad

#722fad

Complementary Color

#722fad #6aad2f

#722fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#722fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#722fad Color CSS Codes

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

#722fad Text Font Color

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

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


#722fad Background Color

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

This div background color is #722fad


#722fad Border Color

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

This div border color is #722fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #722fad


Comments

No comments written yet.

Please login to write comment.