Color Hex Logo

#725ace Color Hex

#725ACE
(114,90,206)
0 Favorites   0 Comments

Color spaces of #725ace

RGB 11490206
HSL0.700.540.58
HSV252°56°81°
CMYK 0.450.560.00   0.19
XYZ21.736215.346060.2090
Yxy15.34600.22340.1577
Hunter Lab39.174030.4887-63.7048
CIE-Lab46.104538.0713-57.0819

#725ace color RGB value is (114,90,206).

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

The process color (four color CMYK) of #725ace color hex is 0.45, 0.56, 0.00, 0.19. Web safe color of #725ace is #6666cc. Color #725ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011010 11001110
Octal 162 132 316
Decimal 114 90 206
Hex 72 5A CE

RGB Percentages of Color #725ace

%27.80
%21.95
%50.24

CMYK Percentages of Color #725ace

%45
%56
%0
%19

Triadic Colors of #725ace

#725ace #ce725a #5ace72

Analogous Colors of #725ace

#725ace #ac5ace #5a7cce

Monochromatic Colors of #725ace

#725ace

Complementary Color

#725ace #b6ce5a

#725ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#725ace Color CSS Codes

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

#725ace Text Font Color

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

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


#725ace Background Color

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

This div background color is #725ace


#725ace Border Color

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

This div border color is #725ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725ace


Comments

No comments written yet.

Please login to write comment.