Color Hex Logo

#740aff Color Hex

#740AFF
(116,10,255)
0 Favorites   0 Comments

Color spaces of #740aff

RGB 11610255
HSL0.741.000.52
HSV266°96°100°
CMYK 0.550.960.00   0.00
XYZ25.361011.150195.4232
Yxy11.15010.19220.0845
Hunter Lab33.391877.1349-146.0580
CIE-Lab39.832181.2381-95.1315

#740aff color RGB value is (116,10,255).

#740aff hex color red value is 116, green value is 10 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #740aff hue: 0.74 , saturation: 1.00 and the lightness value of 740aff is 0.52.

The process color (four color CMYK) of #740aff color hex is 0.55, 0.96, 0.00, 0.00. Web safe color of #740aff is #6600ff. Color #740aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001010 11111111
Octal 164 12 377
Decimal 116 10 255
Hex 74 A FF

RGB Percentages of Color #740aff

%30.45
%2.62
%66.93

CMYK Percentages of Color #740aff

%55
%96
%0
%0

Triadic Colors of #740aff

#740aff #ff740a #0aff74

Analogous Colors of #740aff

#740aff #ef0aff #0a1aff

Monochromatic Colors of #740aff

#740aff

Complementary Color

#740aff #95ff0a

#740aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#740aff Color CSS Codes

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

#740aff Text Font Color

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

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


#740aff Background Color

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

This div background color is #740aff


#740aff Border Color

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

This div border color is #740aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,10,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740aff


Comments

No comments written yet.

Please login to write comment.