Color Hex Logo

#740add Color Hex

#740ADD
(116,10,221)
0 Favorites   0 Comments

Color spaces of #740add

RGB 11610221
HSL0.750.910.45
HSV270°95°87°
CMYK 0.480.950.00   0.13
XYZ20.36219.150569.0996
Yxy9.15050.20650.0928
Hunter Lab30.249867.2169-114.2613
CIE-Lab36.272573.8669-81.7458

#740add color RGB value is (116,10,221).

#740add hex color red value is 116, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #740add hue: 0.75 , saturation: 0.91 and the lightness value of 740add is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001010 11011101
Octal 164 12 335
Decimal 116 10 221
Hex 74 A DD

RGB Percentages of Color #740add

%33.43
%2.88
%63.69

CMYK Percentages of Color #740add

%48
%95
%0
%13

Triadic Colors of #740add

#740add #dd740a #0add74

Analogous Colors of #740add

#740add #dd0add #0a0add

Monochromatic Colors of #740add

#740add

Complementary Color

#740add #73dd0a

#740add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740add Color Preview on White Background

Lorem ipsum dolor sit amet.

#740add Color CSS Codes

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

#740add Text Font Color

<p style="color:#740add">Text here</p>

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


#740add Background Color

<div style="background-color:#740add">
Div content here</div>

This div background color is #740add


#740add Border Color

<div style="border:3px solid #740add">
Div here</div>

This div border color is #740add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740add


Comments

No comments written yet.

Please login to write comment.