Color Hex Logo

#725fab Color Hex

#725FAB
(114,95,171)
0 Favorites   0 Comments

Color spaces of #725fab

RGB 11495171
HSL0.710.310.52
HSV255°44°67°
CMYK 0.330.440.00   0.33
XYZ18.382314.702140.3970
Yxy14.70210.25020.2001
Hunter Lab38.343318.4745-35.6253
CIE-Lab45.223425.2562-38.1543

#725fab color RGB value is (114,95,171).

#725fab hex color red value is 114, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #725fab hue: 0.71 , saturation: 0.31 and the lightness value of 725fab is 0.52.

The process color (four color CMYK) of #725fab color hex is 0.33, 0.44, 0.00, 0.33. Web safe color of #725fab is #666699. Color #725fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011111 10101011
Octal 162 137 253
Decimal 114 95 171
Hex 72 5F AB

RGB Percentages of Color #725fab

%30.00
%25.00
%45.00

CMYK Percentages of Color #725fab

%33
%44
%0
%33

Triadic Colors of #725fab

#725fab #ab725f #5fab72

Analogous Colors of #725fab

#725fab #985fab #5f72ab

Monochromatic Colors of #725fab

#725fab

Complementary Color

#725fab #98ab5f

#725fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#725fab Color CSS Codes

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

#725fab Text Font Color

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

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


#725fab Background Color

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

This div background color is #725fab


#725fab Border Color

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

This div border color is #725fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725fab


Comments

No comments written yet.

Please login to write comment.