Color Hex Logo

#7913dd Color Hex

#7913DD
(121,19,221)
0 Favorites   0 Comments

Color spaces of #7913dd

RGB 12119221
HSL0.750.840.47
HSV270°91°87°
CMYK 0.450.910.00   0.13
XYZ21.16929.751269.1730
Yxy9.75120.21150.0974
Hunter Lab31.226966.3608-109.4787
CIE-Lab37.392172.9424-79.8761

#7913dd color RGB value is (121,19,221).

#7913dd hex color red value is 121, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7913dd hue: 0.75 , saturation: 0.84 and the lightness value of 7913dd is 0.47.

The process color (four color CMYK) of #7913dd color hex is 0.45, 0.91, 0.00, 0.13. Web safe color of #7913dd is #6600cc. Color #7913dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010011 11011101
Octal 171 23 335
Decimal 121 19 221
Hex 79 13 DD

RGB Percentages of Color #7913dd

%33.52
%5.26
%61.22

CMYK Percentages of Color #7913dd

%45
%91
%0
%13

Triadic Colors of #7913dd

#7913dd #dd7913 #13dd79

Analogous Colors of #7913dd

#7913dd #dd13dc #1413dd

Monochromatic Colors of #7913dd

#7913dd

Complementary Color

#7913dd #77dd13

#7913dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7913dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7913dd Color CSS Codes

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

#7913dd Text Font Color

<p style="color:#7913dd">Text here</p>

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


#7913dd Background Color

<div style="background-color:#7913dd">
Div content here</div>

This div background color is #7913dd


#7913dd Border Color

<div style="border:3px solid #7913dd">
Div here</div>

This div border color is #7913dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,19,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7913dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7913dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7913dd;
  box-shadow:         1px 1px 3px 2px #7913dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7913dd


Comments

No comments written yet.

Please login to write comment.