Color Hex Logo

#7624bd Color Hex

#7624BD
(118,36,189)
0 Favorites   0 Comments

Color spaces of #7624bd

RGB 11836189
HSL0.760.680.44
HSV272°81°74°
CMYK 0.380.810.00   0.26
XYZ17.28748.787448.9291
Yxy8.78740.23050.1172
Hunter Lab29.643552.2207-77.1125
CIE-Lab35.571760.9998-64.2740

#7624bd color RGB value is (118,36,189).

#7624bd hex color red value is 118, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7624bd hue: 0.76 , saturation: 0.68 and the lightness value of 7624bd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100100 10111101
Octal 166 44 275
Decimal 118 36 189
Hex 76 24 BD

RGB Percentages of Color #7624bd

%34.40
%10.50
%55.10

CMYK Percentages of Color #7624bd

%38
%81
%0
%26

Triadic Colors of #7624bd

#7624bd #bd7624 #24bd76

Analogous Colors of #7624bd

#7624bd #bd24b8 #2a24bd

Monochromatic Colors of #7624bd

#7624bd

Complementary Color

#7624bd #6bbd24

#7624bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7624bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7624bd Color CSS Codes

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

#7624bd Text Font Color

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

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


#7624bd Background Color

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

This div background color is #7624bd


#7624bd Border Color

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

This div border color is #7624bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7624bd


Comments

No comments written yet.

Please login to write comment.