Color Hex Logo

#725adb Color Hex

#725ADB
(114,90,219)
0 Favorites   0 Comments

Color spaces of #725adb

RGB 11490219
HSL0.700.640.61
HSV251°59°86°
CMYK 0.480.590.00   0.14
XYZ23.381816.004268.8746
Yxy16.00420.21600.1478
Hunter Lab40.005234.3184-74.0723
CIE-Lab46.980041.8269-63.0977

#725adb color RGB value is (114,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011010 11011011
Octal 162 132 333
Decimal 114 90 219
Hex 72 5A DB

RGB Percentages of Color #725adb

%26.95
%21.28
%51.77

CMYK Percentages of Color #725adb

%48
%59
%0
%14

Triadic Colors of #725adb

#725adb #db725a #5adb72

Analogous Colors of #725adb

#725adb #b35adb #5a83db

Monochromatic Colors of #725adb

#725adb

Complementary Color

#725adb #c3db5a

#725adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#725adb Color CSS Codes

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

#725adb Text Font Color

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

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


#725adb Background Color

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

This div background color is #725adb


#725adb Border Color

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

This div border color is #725adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725adb


Comments

No comments written yet.

Please login to write comment.