Color Hex Logo

#7525df Color Hex

#7525DF
(117,37,223)
0 Favorites   0 Comments

Color spaces of #7525df

RGB 11737223
HSL0.740.740.51
HSV266°83°87°
CMYK 0.480.830.00   0.13
XYZ21.317010.432870.7022
Yxy10.43280.20810.1018
Hunter Lab32.299861.2803-107.1720
CIE-Lab38.608368.4043-79.0371

#7525df color RGB value is (117,37,223).

#7525df hex color red value is 117, green value is 37 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7525df hue: 0.74 , saturation: 0.74 and the lightness value of 7525df is 0.51.

The process color (four color CMYK) of #7525df color hex is 0.48, 0.83, 0.00, 0.13. Web safe color of #7525df is #6633cc. Color #7525df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100101 11011111
Octal 165 45 337
Decimal 117 37 223
Hex 75 25 DF

RGB Percentages of Color #7525df

%31.03
%9.81
%59.15

CMYK Percentages of Color #7525df

%48
%83
%0
%13

Triadic Colors of #7525df

#7525df #df7525 #25df75

Analogous Colors of #7525df

#7525df #d225df #2532df

Monochromatic Colors of #7525df

#7525df

Complementary Color

#7525df #8fdf25

#7525df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7525df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7525df Color CSS Codes

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

#7525df Text Font Color

<p style="color:#7525df">Text here</p>

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


#7525df Background Color

<div style="background-color:#7525df">
Div content here</div>

This div background color is #7525df


#7525df Border Color

<div style="border:3px solid #7525df">
Div here</div>

This div border color is #7525df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,37,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7525df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7525df;
  -webkit-box-shadow: 1px 1px 3px 2px #7525df;
  box-shadow:         1px 1px 3px 2px #7525df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,37,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7525df


Comments

No comments written yet.

Please login to write comment.