Color Hex Logo

#725dcd Color Hex

#725DCD
(114,93,205)
0 Favorites   0 Comments

Color spaces of #725dcd

RGB 11493205
HSL0.700.530.58
HSV251°55°80°
CMYK 0.440.550.00   0.20
XYZ21.873215.813959.6571
Yxy15.81390.22470.1625
Hunter Lab39.766728.5901-61.1088
CIE-Lab46.729436.0189-55.5014

#725dcd color RGB value is (114,93,205).

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

The process color (four color CMYK) of #725dcd color hex is 0.44, 0.55, 0.00, 0.20. Web safe color of #725dcd is #6666cc. Color #725dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011101 11001101
Octal 162 135 315
Decimal 114 93 205
Hex 72 5D CD

RGB Percentages of Color #725dcd

%27.67
%22.57
%49.76

CMYK Percentages of Color #725dcd

%44
%55
%0
%20

Triadic Colors of #725dcd

#725dcd #cd725d #5dcd72

Analogous Colors of #725dcd

#725dcd #aa5dcd #5d80cd

Monochromatic Colors of #725dcd

#725dcd

Complementary Color

#725dcd #b8cd5d

#725dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#725dcd Color CSS Codes

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

#725dcd Text Font Color

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

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


#725dcd Background Color

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

This div background color is #725dcd


#725dcd Border Color

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

This div border color is #725dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725dcd


Comments

No comments written yet.

Please login to write comment.