Color Hex Logo

#7d32cc Color Hex

#7D32CC
(125,50,204)
0 Favorites   0 Comments

Color spaces of #7d32cc

RGB 12550204
HSL0.750.610.50
HSV269°75°80°
CMYK 0.390.750.00   0.20
XYZ20.497111.000858.1698
Yxy11.00080.22860.1227
Hunter Lab33.167552.2679-80.7669
CIE-Lab39.581860.2621-66.4533

#7d32cc color RGB value is (125,50,204).

#7d32cc hex color red value is 125, green value is 50 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7d32cc hue: 0.75 , saturation: 0.61 and the lightness value of 7d32cc is 0.50.

The process color (four color CMYK) of #7d32cc color hex is 0.39, 0.75, 0.00, 0.20. Web safe color of #7d32cc is #6633cc. Color #7d32cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110010 11001100
Octal 175 62 314
Decimal 125 50 204
Hex 7D 32 CC

RGB Percentages of Color #7d32cc

%32.98
%13.19
%53.83

CMYK Percentages of Color #7d32cc

%39
%75
%0
%20

Triadic Colors of #7d32cc

#7d32cc #cc7d32 #32cc7d

Analogous Colors of #7d32cc

#7d32cc #ca32cc #3234cc

Monochromatic Colors of #7d32cc

#7d32cc

Complementary Color

#7d32cc #81cc32

#7d32cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d32cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d32cc Color CSS Codes

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

#7d32cc Text Font Color

<p style="color:#7d32cc">Text here</p>

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


#7d32cc Background Color

<div style="background-color:#7d32cc">
Div content here</div>

This div background color is #7d32cc


#7d32cc Border Color

<div style="border:3px solid #7d32cc">
Div here</div>

This div border color is #7d32cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,50,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d32cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d32cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7d32cc;
  box-shadow:         1px 1px 3px 2px #7d32cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,50,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d32cc


Comments

No comments written yet.

Please login to write comment.