Color Hex Logo

#7520bd Color Hex

#7520BD
(117,32,189)
0 Favorites   0 Comments

Color spaces of #7520bd

RGB 11732189
HSL0.760.710.43
HSV272°83°74°
CMYK 0.380.830.00   0.26
XYZ17.03798.489148.8847
Yxy8.48910.22900.1141
Hunter Lab29.136153.3934-79.0820
CIE-Lab34.981462.1747-65.2454

#7520bd color RGB value is (117,32,189).

#7520bd hex color red value is 117, green value is 32 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7520bd hue: 0.76 , saturation: 0.71 and the lightness value of 7520bd is 0.43.

The process color (four color CMYK) of #7520bd color hex is 0.38, 0.83, 0.00, 0.26. Web safe color of #7520bd is #6633cc. Color #7520bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 10111101
Octal 165 40 275
Decimal 117 32 189
Hex 75 20 BD

RGB Percentages of Color #7520bd

%34.62
%9.47
%55.92

CMYK Percentages of Color #7520bd

%38
%83
%0
%26

Triadic Colors of #7520bd

#7520bd #bd7520 #20bd75

Analogous Colors of #7520bd

#7520bd #bd20b7 #2720bd

Monochromatic Colors of #7520bd

#7520bd

Complementary Color

#7520bd #68bd20

#7520bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7520bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7520bd Color CSS Codes

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

#7520bd Text Font Color

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

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


#7520bd Background Color

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

This div background color is #7520bd


#7520bd Border Color

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

This div border color is #7520bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7520bd


Comments

No comments written yet.

Please login to write comment.