Color Hex Logo

#7520db Color Hex

#7520DB
(117,32,219)
0 Favorites   0 Comments

Color spaces of #7520db

RGB 11732219
HSL0.740.750.49
HSV267°85°86°
CMYK 0.470.850.00   0.14
XYZ20.63889.929467.8466
Yxy9.92940.20970.1009
Hunter Lab31.511061.7684-105.6003
CIE-Lab37.715468.9963-78.2127

#7520db color RGB value is (117,32,219).

#7520db hex color red value is 117, green value is 32 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7520db hue: 0.74 , saturation: 0.75 and the lightness value of 7520db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 11011011
Octal 165 40 333
Decimal 117 32 219
Hex 75 20 DB

RGB Percentages of Color #7520db

%31.79
%8.70
%59.51

CMYK Percentages of Color #7520db

%47
%85
%0
%14

Triadic Colors of #7520db

#7520db #db7520 #20db75

Analogous Colors of #7520db

#7520db #d320db #2028db

Monochromatic Colors of #7520db

#7520db

Complementary Color

#7520db #86db20

#7520db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7520db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7520db Color CSS Codes

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

#7520db Text Font Color

<p style="color:#7520db">Text here</p>

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


#7520db Background Color

<div style="background-color:#7520db">
Div content here</div>

This div background color is #7520db


#7520db Border Color

<div style="border:3px solid #7520db">
Div here</div>

This div border color is #7520db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,32,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7520db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7520db;
  -webkit-box-shadow: 1px 1px 3px 2px #7520db;
  box-shadow:         1px 1px 3px 2px #7520db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7520db


Comments

No comments written yet.

Please login to write comment.