Color Hex Logo

#725cbe Color Hex

#725CBE
(114,92,190)
0 Favorites   0 Comments

Color spaces of #725cbe

RGB 11492190
HSL0.700.430.55
HSV253°52°75°
CMYK 0.400.520.00   0.25
XYZ20.060814.949450.5434
Yxy14.94940.23450.1747
Hunter Lab38.664524.9508-50.4406
CIE-Lab45.564832.3306-48.7110

#725cbe color RGB value is (114,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011100 10111110
Octal 162 134 276
Decimal 114 92 190
Hex 72 5C BE

RGB Percentages of Color #725cbe

%28.79
%23.23
%47.98

CMYK Percentages of Color #725cbe

%40
%52
%0
%25

Triadic Colors of #725cbe

#725cbe #be725c #5cbe72

Analogous Colors of #725cbe

#725cbe #a35cbe #5c77be

Monochromatic Colors of #725cbe

#725cbe

Complementary Color

#725cbe #a8be5c

#725cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#725cbe Color CSS Codes

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

#725cbe Text Font Color

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

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


#725cbe Background Color

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

This div background color is #725cbe


#725cbe Border Color

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

This div border color is #725cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,92,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 #725cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725cbe


Comments

No comments written yet.

Please login to write comment.