Color Hex Logo

#725feb Color Hex

#725FEB
(114,95,235)
0 Favorites   0 Comments

Color spaces of #725feb

RGB 11495235
HSL0.690.780.65
HSV248°60°92°
CMYK 0.510.600.00   0.08
XYZ26.027017.760080.6535
Yxy17.76000.20920.1427
Hunter Lab42.142636.4908-83.9707
CIE-Lab49.203743.6368-68.5406

#725feb color RGB value is (114,95,235).

#725feb hex color red value is 114, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #725feb hue: 0.69 , saturation: 0.78 and the lightness value of 725feb is 0.65.

The process color (four color CMYK) of #725feb color hex is 0.51, 0.60, 0.00, 0.08. Web safe color of #725feb is #6666ff. Color #725feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011111 11101011
Octal 162 137 353
Decimal 114 95 235
Hex 72 5F EB

RGB Percentages of Color #725feb

%25.68
%21.40
%52.93

CMYK Percentages of Color #725feb

%51
%60
%0
%8

Triadic Colors of #725feb

#725feb #eb725f #5feb72

Analogous Colors of #725feb

#725feb #b85feb #5f92eb

Monochromatic Colors of #725feb

#725feb

Complementary Color

#725feb #d8eb5f

#725feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#725feb Color CSS Codes

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

#725feb Text Font Color

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

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


#725feb Background Color

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

This div background color is #725feb


#725feb Border Color

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

This div border color is #725feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725feb


Comments

No comments written yet.

Please login to write comment.