Color Hex Logo

#740afe Color Hex

#740AFE
(116,10,254)
0 Favorites   0 Comments

Color spaces of #740afe

RGB 11610254
HSL0.740.990.52
HSV266°96°100°
CMYK 0.540.960.00   0.00
XYZ25.200411.085894.5775
Yxy11.08580.19260.0847
Hunter Lab33.295376.8353-145.1102
CIE-Lab39.724681.0207-94.7498

#740afe color RGB value is (116,10,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001010 11111110
Octal 164 12 376
Decimal 116 10 254
Hex 74 A FE

RGB Percentages of Color #740afe

%30.53
%2.63
%66.84

CMYK Percentages of Color #740afe

%54
%96
%0
%0

Triadic Colors of #740afe

#740afe #fe740a #0afe74

Analogous Colors of #740afe

#740afe #ee0afe #0a1afe

Monochromatic Colors of #740afe

#740afe

Complementary Color

#740afe #94fe0a

#740afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#740afe Color CSS Codes

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

#740afe Text Font Color

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

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


#740afe Background Color

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

This div background color is #740afe


#740afe Border Color

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

This div border color is #740afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740afe


Comments

No comments written yet.

Please login to write comment.