Color Hex Logo

#740faf Color Hex

#740FAF
(116,15,175)
0 Favorites   0 Comments

Color spaces of #740faf

RGB 11615175
HSL0.770.840.37
HSV278°91°69°
CMYK 0.340.910.00   0.31
XYZ15.11117.149841.1410
Yxy7.14980.23830.1128
Hunter Lab26.739154.0824-72.5067
CIE-Lab32.145563.3430-61.5794

#740faf color RGB value is (116,15,175).

#740faf hex color red value is 116, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #740faf hue: 0.77 , saturation: 0.84 and the lightness value of 740faf is 0.37.

The process color (four color CMYK) of #740faf color hex is 0.34, 0.91, 0.00, 0.31. Web safe color of #740faf is #660099. Color #740faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001111 10101111
Octal 164 17 257
Decimal 116 15 175
Hex 74 F AF

RGB Percentages of Color #740faf

%37.91
%4.90
%57.19

CMYK Percentages of Color #740faf

%34
%91
%0
%31

Triadic Colors of #740faf

#740faf #af740f #0faf74

Analogous Colors of #740faf

#740faf #af0f9a #240faf

Monochromatic Colors of #740faf

#740faf

Complementary Color

#740faf #4aaf0f

#740faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#740faf Color CSS Codes

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

#740faf Text Font Color

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

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


#740faf Background Color

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

This div background color is #740faf


#740faf Border Color

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

This div border color is #740faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740faf


Comments

No comments written yet.

Please login to write comment.