Color Hex Logo

#791ef1 Color Hex

#791EF1
(121,30,241)
0 Favorites   0 Comments

Color spaces of #791ef1

RGB 12130241
HSL0.740.880.53
HSV266°88°95°
CMYK 0.500.880.00   0.05
XYZ24.226611.344484.1319
Yxy11.34440.20240.0948
Hunter Lab33.681469.4500-124.5217
CIE-Lab40.154674.9754-86.7075

#791ef1 color RGB value is (121,30,241).

#791ef1 hex color red value is 121, green value is 30 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #791ef1 hue: 0.74 , saturation: 0.88 and the lightness value of 791ef1 is 0.53.

The process color (four color CMYK) of #791ef1 color hex is 0.50, 0.88, 0.00, 0.05. Web safe color of #791ef1 is #6633ff. Color #791ef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011110 11110001
Octal 171 36 361
Decimal 121 30 241
Hex 79 1E F1

RGB Percentages of Color #791ef1

%30.87
%7.65
%61.48

CMYK Percentages of Color #791ef1

%50
%88
%0
%5

Triadic Colors of #791ef1

#791ef1 #f1791e #1ef179

Analogous Colors of #791ef1

#791ef1 #e31ef1 #1e2df1

Monochromatic Colors of #791ef1

#791ef1

Complementary Color

#791ef1 #96f11e

#791ef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791ef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#791ef1 Color CSS Codes

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

#791ef1 Text Font Color

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

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


#791ef1 Background Color

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

This div background color is #791ef1


#791ef1 Border Color

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

This div border color is #791ef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791ef1

Related Colors


Comments

No comments written yet.

Please login to write comment.