Color Hex Logo

#720deb Color Hex

#720DEB
(114,13,235)
0 Favorites   0 Comments

Color spaces of #720deb

RGB 11413235
HSL0.740.900.49
HSV267°94°92°
CMYK 0.510.940.00   0.08
XYZ22.07889.863479.3374
Yxy9.86340.19840.0886
Hunter Lab31.406170.5269-127.7931
CIE-Lab37.596176.3433-87.5639

#720deb color RGB value is (114,13,235).

#720deb hex color red value is 114, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #720deb hue: 0.74 , saturation: 0.90 and the lightness value of 720deb is 0.49.

The process color (four color CMYK) of #720deb color hex is 0.51, 0.94, 0.00, 0.08. Web safe color of #720deb is #6600ff. Color #720deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001101 11101011
Octal 162 15 353
Decimal 114 13 235
Hex 72 D EB

RGB Percentages of Color #720deb

%31.49
%3.59
%64.92

CMYK Percentages of Color #720deb

%51
%94
%0
%8

Triadic Colors of #720deb

#720deb #eb720d #0deb72

Analogous Colors of #720deb

#720deb #e10deb #0d17eb

Monochromatic Colors of #720deb

#720deb

Complementary Color

#720deb #86eb0d

#720deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#720deb Color CSS Codes

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

#720deb Text Font Color

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

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


#720deb Background Color

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

This div background color is #720deb


#720deb Border Color

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

This div border color is #720deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720deb


Comments

No comments written yet.

Please login to write comment.