Color Hex Logo

#791dd8 Color Hex

#791DD8
(121,29,216)
0 Favorites   0 Comments

Color spaces of #791dd8

RGB 12129216
HSL0.750.760.48
HSV270°87°85°
CMYK 0.440.870.00   0.15
XYZ20.71929.901565.7849
Yxy9.90150.21490.1027
Hunter Lab31.466662.4666-101.9264
CIE-Lab37.665169.6031-76.5514

#791dd8 color RGB value is (121,29,216).

#791dd8 hex color red value is 121, green value is 29 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #791dd8 hue: 0.75 , saturation: 0.76 and the lightness value of 791dd8 is 0.48.

The process color (four color CMYK) of #791dd8 color hex is 0.44, 0.87, 0.00, 0.15. Web safe color of #791dd8 is #6633cc. Color #791dd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00011101 11011000
Octal 171 35 330
Decimal 121 29 216
Hex 79 1D D8

RGB Percentages of Color #791dd8

%33.06
%7.92
%59.02

CMYK Percentages of Color #791dd8

%44
%87
%0
%15

Triadic Colors of #791dd8

#791dd8 #d8791d #1dd879

Analogous Colors of #791dd8

#791dd8 #d71dd8 #1d1ed8

Monochromatic Colors of #791dd8

#791dd8

Complementary Color

#791dd8 #7cd81d

#791dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#791dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#791dd8 Color CSS Codes

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

#791dd8 Text Font Color

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

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


#791dd8 Background Color

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

This div background color is #791dd8


#791dd8 Border Color

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

This div border color is #791dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #791dd8


Comments

No comments written yet.

Please login to write comment.