Color Hex Logo

#7522df Color Hex

#7522DF
(117,34,223)
0 Favorites   0 Comments

Color spaces of #7522df

RGB 11734223
HSL0.740.750.50
HSV266°85°87°
CMYK 0.480.850.00   0.13
XYZ21.227410.253770.6724
Yxy10.25370.20780.1004
Hunter Lab32.021462.2925-108.4402
CIE-Lab38.294069.3328-79.5546

#7522df color RGB value is (117,34,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100010 11011111
Octal 165 42 337
Decimal 117 34 223
Hex 75 22 DF

RGB Percentages of Color #7522df

%31.28
%9.09
%59.63

CMYK Percentages of Color #7522df

%48
%85
%0
%13

Triadic Colors of #7522df

#7522df #df7522 #22df75

Analogous Colors of #7522df

#7522df #d422df #222edf

Monochromatic Colors of #7522df

#7522df

Complementary Color

#7522df #8cdf22

#7522df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7522df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7522df Color CSS Codes

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

#7522df Text Font Color

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

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


#7522df Background Color

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

This div background color is #7522df


#7522df Border Color

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

This div border color is #7522df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,34,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 #7522df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7522df


Comments

No comments written yet.

Please login to write comment.