Color Hex Logo

#725fed Color Hex

#725FED
(114,95,237)
0 Favorites   0 Comments

Color spaces of #725fed

RGB 11495237
HSL0.690.800.65
HSV248°60°93°
CMYK 0.520.600.00   0.07
XYZ26.317717.876382.1841
Yxy17.87630.20820.1415
Hunter Lab42.280437.1179-85.6510
CIE-Lab49.345744.2290-69.4333

#725fed color RGB value is (114,95,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011111 11101101
Octal 162 137 355
Decimal 114 95 237
Hex 72 5F ED

RGB Percentages of Color #725fed

%25.56
%21.30
%53.14

CMYK Percentages of Color #725fed

%52
%60
%0
%7

Triadic Colors of #725fed

#725fed #ed725f #5fed72

Analogous Colors of #725fed

#725fed #b95fed #5f93ed

Monochromatic Colors of #725fed

#725fed

Complementary Color

#725fed #daed5f

#725fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#725fed Color CSS Codes

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

#725fed Text Font Color

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

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


#725fed Background Color

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

This div background color is #725fed


#725fed Border Color

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

This div border color is #725fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725fed


Comments

No comments written yet.

Please login to write comment.