Color Hex Logo

#725dfd Color Hex

#725DFD
(114,93,253)
0 Favorites   0 Comments

Color spaces of #725dfd

RGB 11493253
HSL0.690.980.68
HSV248°63°99°
CMYK 0.550.630.00   0.01
XYZ28.583418.498094.9925
Yxy18.49800.20120.1302
Hunter Lab43.009343.3624-100.8444
CIE-Lab50.094650.0967-77.1492

#725dfd color RGB value is (114,93,253).

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

The process color (four color CMYK) of #725dfd color hex is 0.55, 0.63, 0.00, 0.01. Web safe color of #725dfd is #6666ff. Color #725dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011101 11111101
Octal 162 135 375
Decimal 114 93 253
Hex 72 5D FD

RGB Percentages of Color #725dfd

%24.78
%20.22
%55.00

CMYK Percentages of Color #725dfd

%55
%63
%0
%1

Triadic Colors of #725dfd

#725dfd #fd725d #5dfd72

Analogous Colors of #725dfd

#725dfd #c25dfd #5d98fd

Monochromatic Colors of #725dfd

#725dfd

Complementary Color

#725dfd #e8fd5d

#725dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#725dfd Color CSS Codes

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

#725dfd Text Font Color

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

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


#725dfd Background Color

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

This div background color is #725dfd


#725dfd Border Color

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

This div border color is #725dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.