Color Hex Logo

#7528df Color Hex

#7528DF
(117,40,223)
0 Favorites   0 Comments

Color spaces of #7528df

RGB 11740223
HSL0.740.740.52
HSV265°82°87°
CMYK 0.480.820.00   0.13
XYZ21.414210.627270.7346
Yxy10.62720.20840.1034
Hunter Lab32.599460.2059-105.8287
CIE-Lab38.945367.4123-78.4823

#7528df color RGB value is (117,40,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101000 11011111
Octal 165 50 337
Decimal 117 40 223
Hex 75 28 DF

RGB Percentages of Color #7528df

%30.79
%10.53
%58.68

CMYK Percentages of Color #7528df

%48
%82
%0
%13

Triadic Colors of #7528df

#7528df #df7528 #28df75

Analogous Colors of #7528df

#7528df #d128df #2836df

Monochromatic Colors of #7528df

#7528df

Complementary Color

#7528df #92df28

#7528df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7528df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7528df Color CSS Codes

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

#7528df Text Font Color

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

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


#7528df Background Color

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

This div background color is #7528df


#7528df Border Color

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

This div border color is #7528df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7528df


Comments

No comments written yet.

Please login to write comment.