Color Hex Logo

#7432cd Color Hex

#7432CD
(116,50,205)
0 Favorites   0 Comments

Color spaces of #7432cd

RGB 11650205
HSL0.740.610.50
HSV266°76°80°
CMYK 0.430.760.00   0.20
XYZ19.362510.402058.7449
Yxy10.40200.21880.1175
Hunter Lab32.252150.7209-85.4159
CIE-Lab38.554559.0526-68.7577

#7432cd color RGB value is (116,50,205).

#7432cd hex color red value is 116, green value is 50 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7432cd hue: 0.74 , saturation: 0.61 and the lightness value of 7432cd is 0.50.

The process color (four color CMYK) of #7432cd color hex is 0.43, 0.76, 0.00, 0.20. Web safe color of #7432cd is #6633cc. Color #7432cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110010 11001101
Octal 164 62 315
Decimal 116 50 205
Hex 74 32 CD

RGB Percentages of Color #7432cd

%31.27
%13.48
%55.26

CMYK Percentages of Color #7432cd

%43
%76
%0
%20

Triadic Colors of #7432cd

#7432cd #cd7432 #32cd74

Analogous Colors of #7432cd

#7432cd #c232cd #323dcd

Monochromatic Colors of #7432cd

#7432cd

Complementary Color

#7432cd #8bcd32

#7432cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7432cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7432cd Color CSS Codes

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

#7432cd Text Font Color

<p style="color:#7432cd">Text here</p>

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


#7432cd Background Color

<div style="background-color:#7432cd">
Div content here</div>

This div background color is #7432cd


#7432cd Border Color

<div style="border:3px solid #7432cd">
Div here</div>

This div border color is #7432cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,50,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7432cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7432cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7432cd;
  box-shadow:         1px 1px 3px 2px #7432cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7432cd


Comments

No comments written yet.

Please login to write comment.