Color Hex Logo

#7732bd Color Hex

#7732BD
(119,50,189)
0 Favorites   0 Comments

Color spaces of #7732bd

RGB 11950189
HSL0.750.580.47
HSV270°74°74°
CMYK 0.370.740.00   0.26
XYZ17.93379.877349.1054
Yxy9.87730.23320.1284
Hunter Lab31.428246.8573-70.6388
CIE-Lab37.621355.6526-60.9239

#7732bd color RGB value is (119,50,189).

#7732bd hex color red value is 119, green value is 50 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7732bd hue: 0.75 , saturation: 0.58 and the lightness value of 7732bd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110010 10111101
Octal 167 62 275
Decimal 119 50 189
Hex 77 32 BD

RGB Percentages of Color #7732bd

%33.24
%13.97
%52.79

CMYK Percentages of Color #7732bd

%37
%74
%0
%26

Triadic Colors of #7732bd

#7732bd #bd7732 #32bd77

Analogous Colors of #7732bd

#7732bd #bd32bd #3233bd

Monochromatic Colors of #7732bd

#7732bd

Complementary Color

#7732bd #78bd32

#7732bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7732bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7732bd Color CSS Codes

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

#7732bd Text Font Color

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

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


#7732bd Background Color

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

This div background color is #7732bd


#7732bd Border Color

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

This div border color is #7732bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7732bd


Comments

No comments written yet.

Please login to write comment.