Color Hex Logo

#7415dd Color Hex

#7415DD
(116,21,221)
0 Favorites   0 Comments

Color spaces of #7415dd

RGB 11621221
HSL0.750.830.47
HSV269°90°87°
CMYK 0.480.900.00   0.13
XYZ20.52189.469869.1528
Yxy9.46980.20700.0955
Hunter Lab30.773065.1845-111.6946
CIE-Lab36.873572.0562-80.7535

#7415dd color RGB value is (116,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 11011101
Octal 164 25 335
Decimal 116 21 221
Hex 74 15 DD

RGB Percentages of Color #7415dd

%32.40
%5.87
%61.73

CMYK Percentages of Color #7415dd

%48
%90
%0
%13

Triadic Colors of #7415dd

#7415dd #dd7415 #15dd74

Analogous Colors of #7415dd

#7415dd #d815dd #151add

Monochromatic Colors of #7415dd

#7415dd

Complementary Color

#7415dd #7edd15

#7415dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7415dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7415dd Color CSS Codes

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

#7415dd Text Font Color

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

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


#7415dd Background Color

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

This div background color is #7415dd


#7415dd Border Color

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

This div border color is #7415dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,21,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 #7415dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7415dd


Comments

No comments written yet.

Please login to write comment.