Color Hex Logo

#7528dc Color Hex

#7528DC
(117,40,220)
0 Favorites   0 Comments

Color spaces of #7528dc

RGB 11740220
HSL0.740.720.51
HSV266°82°86°
CMYK 0.470.820.00   0.14
XYZ21.013210.466868.6229
Yxy10.46680.20990.1046
Hunter Lab32.352459.3206-103.1136
CIE-Lab38.667566.6988-77.2202

#7528dc color RGB value is (117,40,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101000 11011100
Octal 165 50 334
Decimal 117 40 220
Hex 75 28 DC

RGB Percentages of Color #7528dc

%31.03
%10.61
%58.36

CMYK Percentages of Color #7528dc

%47
%82
%0
%14

Triadic Colors of #7528dc

#7528dc #dc7528 #28dc75

Analogous Colors of #7528dc

#7528dc #cf28dc #2835dc

Monochromatic Colors of #7528dc

#7528dc

Complementary Color

#7528dc #8fdc28

#7528dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7528dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7528dc Color CSS Codes

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

#7528dc Text Font Color

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

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


#7528dc Background Color

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

This div background color is #7528dc


#7528dc Border Color

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

This div border color is #7528dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7528dc


Comments

No comments written yet.

Please login to write comment.