Color Hex Logo

#725ade Color Hex

#725ADE
(114,90,222)
0 Favorites   0 Comments

Color spaces of #725ade

RGB 11490222
HSL0.700.670.61
HSV251°59°87°
CMYK 0.490.590.00   0.13
XYZ23.780416.163770.9738
Yxy16.16370.21440.1457
Hunter Lab40.204135.2241-76.5240
CIE-Lab47.188542.6983-64.4650

#725ade color RGB value is (114,90,222).

#725ade hex color red value is 114, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #725ade hue: 0.70 , saturation: 0.67 and the lightness value of 725ade is 0.61.

The process color (four color CMYK) of #725ade color hex is 0.49, 0.59, 0.00, 0.13. Web safe color of #725ade is #6666cc. Color #725ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011010 11011110
Octal 162 132 336
Decimal 114 90 222
Hex 72 5A DE

RGB Percentages of Color #725ade

%26.76
%21.13
%52.11

CMYK Percentages of Color #725ade

%49
%59
%0
%13

Triadic Colors of #725ade

#725ade #de725a #5ade72

Analogous Colors of #725ade

#725ade #b45ade #5a84de

Monochromatic Colors of #725ade

#725ade

Complementary Color

#725ade #c6de5a

#725ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#725ade Color CSS Codes

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

#725ade Text Font Color

<p style="color:#725ade">Text here</p>

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


#725ade Background Color

<div style="background-color:#725ade">
Div content here</div>

This div background color is #725ade


#725ade Border Color

<div style="border:3px solid #725ade">
Div here</div>

This div border color is #725ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,90,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #725ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #725ade;
  -webkit-box-shadow: 1px 1px 3px 2px #725ade;
  box-shadow:         1px 1px 3px 2px #725ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725ade


Comments

No comments written yet.

Please login to write comment.