Color Hex Logo

#740eaf Color Hex

#740EAF
(116,14,175)
0 Favorites   0 Comments

Color spaces of #740eaf

RGB 11614175
HSL0.770.850.37
HSV278°92°69°
CMYK 0.340.920.00   0.31
XYZ15.09747.122241.1364
Yxy7.12220.23830.1124
Hunter Lab26.687554.2765-72.7092
CIE-Lab32.083563.5285-61.6809

#740eaf color RGB value is (116,14,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001110 10101111
Octal 164 16 257
Decimal 116 14 175
Hex 74 E AF

RGB Percentages of Color #740eaf

%38.03
%4.59
%57.38

CMYK Percentages of Color #740eaf

%34
%92
%0
%31

Triadic Colors of #740eaf

#740eaf #af740e #0eaf74

Analogous Colors of #740eaf

#740eaf #af0e9a #240eaf

Monochromatic Colors of #740eaf

#740eaf

Complementary Color

#740eaf #49af0e

#740eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#740eaf Color CSS Codes

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

#740eaf Text Font Color

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

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


#740eaf Background Color

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

This div background color is #740eaf


#740eaf Border Color

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

This div border color is #740eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740eaf


Comments

No comments written yet.

Please login to write comment.