Color Hex Logo

#7920cd Color Hex

#7920CD
(121,32,205)
0 Favorites   0 Comments

Color spaces of #7920cd

RGB 12132205
HSL0.750.730.46
HSV271°84°80°
CMYK 0.410.840.00   0.20
XYZ19.42119.505758.5688
Yxy9.50570.22200.1086
Hunter Lab30.831358.4850-91.0485
CIE-Lab36.940366.3069-71.3779

#7920cd color RGB value is (121,32,205).

#7920cd hex color red value is 121, green value is 32 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7920cd hue: 0.75 , saturation: 0.73 and the lightness value of 7920cd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100000 11001101
Octal 171 40 315
Decimal 121 32 205
Hex 79 20 CD

RGB Percentages of Color #7920cd

%33.80
%8.94
%57.26

CMYK Percentages of Color #7920cd

%41
%84
%0
%20

Triadic Colors of #7920cd

#7920cd #cd7920 #20cd79

Analogous Colors of #7920cd

#7920cd #cd20cb #2220cd

Monochromatic Colors of #7920cd

#7920cd

Complementary Color

#7920cd #74cd20

#7920cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7920cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7920cd Color CSS Codes

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

#7920cd Text Font Color

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

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


#7920cd Background Color

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

This div background color is #7920cd


#7920cd Border Color

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

This div border color is #7920cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,32,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 #7920cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7920cd


Comments

No comments written yet.

Please login to write comment.