Color Hex Logo

#725abc Color Hex

#725ABC
(114,90,188)
0 Favorites   0 Comments

Color spaces of #725abc

RGB 11490188
HSL0.710.420.55
HSV255°52°74°
CMYK 0.390.520.00   0.26
XYZ19.672714.520649.3428
Yxy14.52060.23550.1738
Hunter Lab38.105925.4678-50.0997
CIE-Lab44.970532.9602-48.4997

#725abc color RGB value is (114,90,188).

#725abc hex color red value is 114, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #725abc hue: 0.71 , saturation: 0.42 and the lightness value of 725abc is 0.55.

The process color (four color CMYK) of #725abc color hex is 0.39, 0.52, 0.00, 0.26. Web safe color of #725abc is #6666cc. Color #725abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011010 10111100
Octal 162 132 274
Decimal 114 90 188
Hex 72 5A BC

RGB Percentages of Color #725abc

%29.08
%22.96
%47.96

CMYK Percentages of Color #725abc

%39
%52
%0
%26

Triadic Colors of #725abc

#725abc #bc725a #5abc72

Analogous Colors of #725abc

#725abc #a35abc #5a73bc

Monochromatic Colors of #725abc

#725abc

Complementary Color

#725abc #a4bc5a

#725abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#725abc Color CSS Codes

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

#725abc Text Font Color

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

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


#725abc Background Color

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

This div background color is #725abc


#725abc Border Color

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

This div border color is #725abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725abc


Comments

No comments written yet.

Please login to write comment.