Color Hex Logo

#725deb Color Hex

#725DEB
(114,93,235)
0 Favorites   0 Comments

Color spaces of #725deb

RGB 11493235
HSL0.690.780.64
HSV249°60°92°
CMYK 0.510.600.00   0.08
XYZ25.849217.404380.5942
Yxy17.40430.20870.1405
Hunter Lab41.718537.5932-85.3370
CIE-Lab48.765544.7847-69.2518

#725deb color RGB value is (114,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011101 11101011
Octal 162 135 353
Decimal 114 93 235
Hex 72 5D EB

RGB Percentages of Color #725deb

%25.79
%21.04
%53.17

CMYK Percentages of Color #725deb

%51
%60
%0
%8

Triadic Colors of #725deb

#725deb #eb725d #5deb72

Analogous Colors of #725deb

#725deb #b95deb #5d8feb

Monochromatic Colors of #725deb

#725deb

Complementary Color

#725deb #d6eb5d

#725deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#725deb Color CSS Codes

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

#725deb Text Font Color

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

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


#725deb Background Color

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

This div background color is #725deb


#725deb Border Color

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

This div border color is #725deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725deb


Comments

No comments written yet.

Please login to write comment.