Color Hex Logo

#7521dd Color Hex

#7521DD
(117,33,221)
0 Favorites   0 Comments

Color spaces of #7521dd

RGB 11733221
HSL0.740.740.50
HSV267°85°87°
CMYK 0.470.850.00   0.13
XYZ20.931110.090169.2510
Yxy10.09010.20870.1006
Hunter Lab31.764962.0318-107.0233
CIE-Lab38.003769.1660-78.8864

#7521dd color RGB value is (117,33,221).

#7521dd hex color red value is 117, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7521dd hue: 0.74 , saturation: 0.74 and the lightness value of 7521dd is 0.50.

The process color (four color CMYK) of #7521dd color hex is 0.47, 0.85, 0.00, 0.13. Web safe color of #7521dd is #6633cc. Color #7521dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100001 11011101
Octal 165 41 335
Decimal 117 33 221
Hex 75 21 DD

RGB Percentages of Color #7521dd

%31.54
%8.89
%59.57

CMYK Percentages of Color #7521dd

%47
%85
%0
%13

Triadic Colors of #7521dd

#7521dd #dd7521 #21dd75

Analogous Colors of #7521dd

#7521dd #d321dd #212bdd

Monochromatic Colors of #7521dd

#7521dd

Complementary Color

#7521dd #89dd21

#7521dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7521dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7521dd Color CSS Codes

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

#7521dd Text Font Color

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

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


#7521dd Background Color

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

This div background color is #7521dd


#7521dd Border Color

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

This div border color is #7521dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7521dd


Comments

No comments written yet.

Please login to write comment.