Color Hex Logo

#720cdd Color Hex

#720CDD
(114,12,221)
0 Favorites   0 Comments

Color spaces of #720cdd

RGB 11412221
HSL0.750.900.46
HSV269°95°87°
CMYK 0.480.950.00   0.13
XYZ20.12209.060869.0950
Yxy9.06080.20470.0922
Hunter Lab30.101266.6465-115.0250
CIE-Lab36.101173.4249-82.0374

#720cdd color RGB value is (114,12,221).

#720cdd hex color red value is 114, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #720cdd hue: 0.75 , saturation: 0.90 and the lightness value of 720cdd is 0.46.

The process color (four color CMYK) of #720cdd color hex is 0.48, 0.95, 0.00, 0.13. Web safe color of #720cdd is #6600cc. Color #720cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001100 11011101
Octal 162 14 335
Decimal 114 12 221
Hex 72 C DD

RGB Percentages of Color #720cdd

%32.85
%3.46
%63.69

CMYK Percentages of Color #720cdd

%48
%95
%0
%13

Triadic Colors of #720cdd

#720cdd #dd720c #0cdd72

Analogous Colors of #720cdd

#720cdd #db0cdd #0c0fdd

Monochromatic Colors of #720cdd

#720cdd

Complementary Color

#720cdd #77dd0c

#720cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#720cdd Color CSS Codes

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

#720cdd Text Font Color

<p style="color:#720cdd">Text here</p>

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


#720cdd Background Color

<div style="background-color:#720cdd">
Div content here</div>

This div background color is #720cdd


#720cdd Border Color

<div style="border:3px solid #720cdd">
Div here</div>

This div border color is #720cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,12,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #720cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #720cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #720cdd;
  box-shadow:         1px 1px 3px 2px #720cdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720cdd


Comments

No comments written yet.

Please login to write comment.