Color Hex Logo

#7528ce Color Hex

#7528CE
(117,40,206)
0 Favorites   0 Comments

Color spaces of #7528ce

RGB 11740206
HSL0.740.670.48
HSV268°81°81°
CMYK 0.430.810.00   0.19
XYZ19.23559.755759.2617
Yxy9.75570.21800.1105
Hunter Lab31.234155.2693-90.6293
CIE-Lab37.400463.3826-71.2236

#7528ce color RGB value is (117,40,206).

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

The process color (four color CMYK) of #7528ce color hex is 0.43, 0.81, 0.00, 0.19. Web safe color of #7528ce is #6633cc. Color #7528ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101000 11001110
Octal 165 50 316
Decimal 117 40 206
Hex 75 28 CE

RGB Percentages of Color #7528ce

%32.23
%11.02
%56.75

CMYK Percentages of Color #7528ce

%43
%81
%0
%19

Triadic Colors of #7528ce

#7528ce #ce7528 #28ce75

Analogous Colors of #7528ce

#7528ce #c828ce #282ece

Monochromatic Colors of #7528ce

#7528ce

Complementary Color

#7528ce #81ce28

#7528ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7528ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7528ce Color CSS Codes

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

#7528ce Text Font Color

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

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


#7528ce Background Color

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

This div background color is #7528ce


#7528ce Border Color

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

This div border color is #7528ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7528ce


Comments

No comments written yet.

Please login to write comment.