Color Hex Logo

#740edd Color Hex

#740EDD
(116,14,221)
0 Favorites   0 Comments

Color spaces of #740edd

RGB 11614221
HSL0.750.880.46
HSV270°94°87°
CMYK 0.480.940.00   0.13
XYZ20.41069.247569.1158
Yxy9.24750.20660.0936
Hunter Lab30.409766.5899-113.4687
CIE-Lab36.456573.3109-81.4419

#740edd color RGB value is (116,14,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001110 11011101
Octal 164 16 335
Decimal 116 14 221
Hex 74 E DD

RGB Percentages of Color #740edd

%33.05
%3.99
%62.96

CMYK Percentages of Color #740edd

%48
%94
%0
%13

Triadic Colors of #740edd

#740edd #dd740e #0edd74

Analogous Colors of #740edd

#740edd #dc0edd #0e0fdd

Monochromatic Colors of #740edd

#740edd

Complementary Color

#740edd #77dd0e

#740edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#740edd Color CSS Codes

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

#740edd Text Font Color

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

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


#740edd Background Color

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

This div background color is #740edd


#740edd Border Color

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

This div border color is #740edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740edd


Comments

No comments written yet.

Please login to write comment.