Color Hex Logo

#792ecd Color Hex

#792ECD
(121,46,205)
0 Favorites   0 Comments

Color spaces of #792ecd

RGB 12146205
HSL0.750.630.49
HSV268°78°80°
CMYK 0.410.780.00   0.20
XYZ19.881610.426758.7223
Yxy10.42670.22330.1171
Hunter Lab32.290453.3965-85.2196
CIE-Lab38.597661.4726-68.6624

#792ecd color RGB value is (121,46,205).

#792ecd hex color red value is 121, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #792ecd hue: 0.75 , saturation: 0.63 and the lightness value of 792ecd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101110 11001101
Octal 171 56 315
Decimal 121 46 205
Hex 79 2E CD

RGB Percentages of Color #792ecd

%32.53
%12.37
%55.11

CMYK Percentages of Color #792ecd

%41
%78
%0
%20

Triadic Colors of #792ecd

#792ecd #cd792e #2ecd79

Analogous Colors of #792ecd

#792ecd #c92ecd #2e32cd

Monochromatic Colors of #792ecd

#792ecd

Complementary Color

#792ecd #82cd2e

#792ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#792ecd Color CSS Codes

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

#792ecd Text Font Color

<p style="color:#792ecd">Text here</p>

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


#792ecd Background Color

<div style="background-color:#792ecd">
Div content here</div>

This div background color is #792ecd


#792ecd Border Color

<div style="border:3px solid #792ecd">
Div here</div>

This div border color is #792ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792ecd


Comments

No comments written yet.

Please login to write comment.