Color Hex Logo

#725aeb Color Hex

#725AEB
(114,90,235)
0 Favorites   0 Comments

Color spaces of #725aeb

RGB 11490235
HSL0.690.780.64
HSV250°62°92°
CMYK 0.510.620.00   0.08
XYZ25.591016.887980.5082
Yxy16.88790.20810.1373
Hunter Lab41.094939.2412-87.3875
CIE-Lab48.118546.4912-70.3029

#725aeb color RGB value is (114,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011010 11101011
Octal 162 132 353
Decimal 114 90 235
Hex 72 5A EB

RGB Percentages of Color #725aeb

%25.97
%20.50
%53.53

CMYK Percentages of Color #725aeb

%51
%62
%0
%8

Triadic Colors of #725aeb

#725aeb #eb725a #5aeb72

Analogous Colors of #725aeb

#725aeb #bb5aeb #5a8beb

Monochromatic Colors of #725aeb

#725aeb

Complementary Color

#725aeb #d3eb5a

#725aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#725aeb Color CSS Codes

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

#725aeb Text Font Color

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

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


#725aeb Background Color

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

This div background color is #725aeb


#725aeb Border Color

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

This div border color is #725aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725aeb


Comments

No comments written yet.

Please login to write comment.