Color Hex Logo

#722edc Color Hex

#722EDC
(114,46,220)
0 Favorites   0 Comments

Color spaces of #722edc

RGB 11446220
HSL0.730.710.52
HSV263°79°86°
CMYK 0.480.790.00   0.14
XYZ20.834710.698768.6771
Yxy10.69870.20790.1068
Hunter Lab32.708956.4594-101.5919
CIE-Lab39.068364.1128-76.5743

#722edc color RGB value is (114,46,220).

#722edc hex color red value is 114, green value is 46 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #722edc hue: 0.73 , saturation: 0.71 and the lightness value of 722edc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00101110 11011100
Octal 162 56 334
Decimal 114 46 220
Hex 72 2E DC

RGB Percentages of Color #722edc

%30.00
%12.11
%57.89

CMYK Percentages of Color #722edc

%48
%79
%0
%14

Triadic Colors of #722edc

#722edc #dc722e #2edc72

Analogous Colors of #722edc

#722edc #c92edc #2e41dc

Monochromatic Colors of #722edc

#722edc

Complementary Color

#722edc #98dc2e

#722edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#722edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#722edc Color CSS Codes

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

#722edc Text Font Color

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

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


#722edc Background Color

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

This div background color is #722edc


#722edc Border Color

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

This div border color is #722edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #722edc


Comments

No comments written yet.

Please login to write comment.