Color Hex Logo

#7528ea Color Hex

#7528EA
(117,40,234)
0 Favorites   0 Comments

Color spaces of #7528ea

RGB 11740234
HSL0.730.820.54
HSV264°83°92°
CMYK 0.500.830.00   0.08
XYZ22.946211.240078.8020
Yxy11.24000.20310.0995
Hunter Lab33.526163.4997-115.8909
CIE-Lab39.981870.0338-83.0450

#7528ea color RGB value is (117,40,234).

#7528ea hex color red value is 117, green value is 40 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7528ea hue: 0.73 , saturation: 0.82 and the lightness value of 7528ea is 0.54.

The process color (four color CMYK) of #7528ea color hex is 0.50, 0.83, 0.00, 0.08. Web safe color of #7528ea is #6633ff. Color #7528ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101000 11101010
Octal 165 50 352
Decimal 117 40 234
Hex 75 28 EA

RGB Percentages of Color #7528ea

%29.92
%10.23
%59.85

CMYK Percentages of Color #7528ea

%50
%83
%0
%8

Triadic Colors of #7528ea

#7528ea #ea7528 #28ea75

Analogous Colors of #7528ea

#7528ea #d628ea #283cea

Monochromatic Colors of #7528ea

#7528ea

Complementary Color

#7528ea #9dea28

#7528ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7528ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7528ea Color CSS Codes

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

#7528ea Text Font Color

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

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


#7528ea Background Color

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

This div background color is #7528ea


#7528ea Border Color

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

This div border color is #7528ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7528ea


Comments

No comments written yet.

Please login to write comment.