Color Hex Logo

#7752bd Color Hex

#7752BD
(119,82,189)
0 Favorites   0 Comments

Color spaces of #7752bd

RGB 11982189
HSL0.720.450.53
HSV261°57°74°
CMYK 0.370.570.00   0.26
XYZ19.810313.630649.7310
Yxy13.63060.23820.1639
Hunter Lab36.919631.1700-54.0203
CIE-Lab43.698439.1310-51.0947

#7752bd color RGB value is (119,82,189).

#7752bd hex color red value is 119, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7752bd hue: 0.72 , saturation: 0.45 and the lightness value of 7752bd is 0.53.

The process color (four color CMYK) of #7752bd color hex is 0.37, 0.57, 0.00, 0.26. Web safe color of #7752bd is #6666cc. Color #7752bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010010 10111101
Octal 167 122 275
Decimal 119 82 189
Hex 77 52 BD

RGB Percentages of Color #7752bd

%30.51
%21.03
%48.46

CMYK Percentages of Color #7752bd

%37
%57
%0
%26

Triadic Colors of #7752bd

#7752bd #bd7752 #52bd77

Analogous Colors of #7752bd

#7752bd #ad52bd #5262bd

Monochromatic Colors of #7752bd

#7752bd

Complementary Color

#7752bd #98bd52

#7752bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7752bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7752bd Color CSS Codes

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

#7752bd Text Font Color

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

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


#7752bd Background Color

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

This div background color is #7752bd


#7752bd Border Color

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

This div border color is #7752bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,82,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 #7752bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7752bd


Comments

No comments written yet.

Please login to write comment.