Color Hex Logo

#7521c5 Color Hex

#7521C5
(117,33,197)
0 Favorites   0 Comments

Color spaces of #7521c5

RGB 11733197
HSL0.750.710.45
HSV271°83°77°
CMYK 0.410.830.00   0.23
XYZ17.95808.900853.5949
Yxy8.90080.22320.1106
Hunter Lab29.834255.2340-85.6261
CIE-Lab35.792663.6644-68.6154

#7521c5 color RGB value is (117,33,197).

#7521c5 hex color red value is 117, green value is 33 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #7521c5 hue: 0.75 , saturation: 0.71 and the lightness value of 7521c5 is 0.45.

The process color (four color CMYK) of #7521c5 color hex is 0.41, 0.83, 0.00, 0.23. Web safe color of #7521c5 is #6633cc. Color #7521c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100001 11000101
Octal 165 41 305
Decimal 117 33 197
Hex 75 21 C5

RGB Percentages of Color #7521c5

%33.72
%9.51
%56.77

CMYK Percentages of Color #7521c5

%41
%83
%0
%23

Triadic Colors of #7521c5

#7521c5 #c57521 #21c575

Analogous Colors of #7521c5

#7521c5 #c521c3 #2321c5

Monochromatic Colors of #7521c5

#7521c5

Complementary Color

#7521c5 #71c521

#7521c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7521c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7521c5 Color CSS Codes

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

#7521c5 Text Font Color

<p style="color:#7521c5">Text here</p>

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


#7521c5 Background Color

<div style="background-color:#7521c5">
Div content here</div>

This div background color is #7521c5


#7521c5 Border Color

<div style="border:3px solid #7521c5">
Div here</div>

This div border color is #7521c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,33,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7521c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7521c5;
  -webkit-box-shadow: 1px 1px 3px 2px #7521c5;
  box-shadow:         1px 1px 3px 2px #7521c5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7521c5


Comments

No comments written yet.

Please login to write comment.