Color Hex Logo

#725dbe Color Hex

#725DBE
(114,93,190)
0 Favorites   0 Comments

Color spaces of #725dbe

RGB 11493190
HSL0.700.430.55
HSV253°51°75°
CMYK 0.400.510.00   0.25
XYZ20.148015.123850.5725
Yxy15.12380.23470.1762
Hunter Lab38.889324.4219-49.8794
CIE-Lab45.803331.7334-48.3295

#725dbe color RGB value is (114,93,190).

#725dbe hex color red value is 114, green value is 93 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #725dbe hue: 0.70 , saturation: 0.43 and the lightness value of 725dbe is 0.55.

The process color (four color CMYK) of #725dbe color hex is 0.40, 0.51, 0.00, 0.25. Web safe color of #725dbe is #6666cc. Color #725dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011101 10111110
Octal 162 135 276
Decimal 114 93 190
Hex 72 5D BE

RGB Percentages of Color #725dbe

%28.72
%23.43
%47.86

CMYK Percentages of Color #725dbe

%40
%51
%0
%25

Triadic Colors of #725dbe

#725dbe #be725d #5dbe72

Analogous Colors of #725dbe

#725dbe #a35dbe #5d79be

Monochromatic Colors of #725dbe

#725dbe

Complementary Color

#725dbe #a9be5d

#725dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#725dbe Color CSS Codes

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

#725dbe Text Font Color

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

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


#725dbe Background Color

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

This div background color is #725dbe


#725dbe Border Color

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

This div border color is #725dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725dbe


Comments

No comments written yet.

Please login to write comment.