Color Hex Logo

#791aed Color Hex

#791AED
(121,26,237)
0 Favorites   0 Comments

Color spaces of #791aed

RGB 12126237
HSL0.740.850.52
HSV267°89°93°
CMYK 0.490.890.00   0.07
XYZ23.540610.918280.9875
Yxy10.91820.20390.0946
Hunter Lab33.042769.3440-122.1896
CIE-Lab39.442475.0244-85.6199

#791aed color RGB value is (121,26,237).

#791aed hex color red value is 121, green value is 26 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #791aed hue: 0.74 , saturation: 0.85 and the lightness value of 791aed is 0.52.

The process color (four color CMYK) of #791aed color hex is 0.49, 0.89, 0.00, 0.07. Web safe color of #791aed is #6633ff. Color #791aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011010 11101101
Octal 171 32 355
Decimal 121 26 237
Hex 79 1A ED

RGB Percentages of Color #791aed

%31.51
%6.77
%61.72

CMYK Percentages of Color #791aed

%49
%89
%0
%7

Triadic Colors of #791aed

#791aed #ed791a #1aed79

Analogous Colors of #791aed

#791aed #e31aed #1a25ed

Monochromatic Colors of #791aed

#791aed

Complementary Color

#791aed #8eed1a

#791aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#791aed Color CSS Codes

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

#791aed Text Font Color

<p style="color:#791aed">Text here</p>

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


#791aed Background Color

<div style="background-color:#791aed">
Div content here</div>

This div background color is #791aed


#791aed Border Color

<div style="border:3px solid #791aed">
Div here</div>

This div border color is #791aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,26,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #791aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #791aed;
  -webkit-box-shadow: 1px 1px 3px 2px #791aed;
  box-shadow:         1px 1px 3px 2px #791aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,26,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791aed


Comments

No comments written yet.

Please login to write comment.