Color Hex Logo

#720ffd Color Hex

#720FFD
(114,15,253)
0 Favorites   0 Comments

Color spaces of #720ffd

RGB 11415253
HSL0.740.980.53
HSV265°94°99°
CMYK 0.550.940.00   0.01
XYZ24.839911.010993.7446
Yxy11.01090.19170.0850
Hunter Lab33.182775.5519-144.2727
CIE-Lab39.598880.0238-94.4049

#720ffd color RGB value is (114,15,253).

#720ffd hex color red value is 114, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #720ffd hue: 0.74 , saturation: 0.98 and the lightness value of 720ffd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001111 11111101
Octal 162 17 375
Decimal 114 15 253
Hex 72 F FD

RGB Percentages of Color #720ffd

%29.84
%3.93
%66.23

CMYK Percentages of Color #720ffd

%55
%94
%0
%1

Triadic Colors of #720ffd

#720ffd #fd720f #0ffd72

Analogous Colors of #720ffd

#720ffd #e90ffd #0f23fd

Monochromatic Colors of #720ffd

#720ffd

Complementary Color

#720ffd #9afd0f

#720ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#720ffd Color CSS Codes

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

#720ffd Text Font Color

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

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


#720ffd Background Color

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

This div background color is #720ffd


#720ffd Border Color

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

This div border color is #720ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720ffd


Comments

No comments written yet.

Please login to write comment.