Color Hex Logo

#744edd Color Hex

#744EDD
(116,78,221)
0 Favorites   0 Comments

Color spaces of #744edd

RGB 11678221
HSL0.710.680.59
HSV256°65°87°
CMYK 0.480.650.00   0.13
XYZ22.978014.382269.9716
Yxy14.38220.21410.1340
Hunter Lab37.923941.7860-82.8466
CIE-Lab44.776149.5123-67.8042

#744edd color RGB value is (116,78,221).

#744edd hex color red value is 116, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #744edd hue: 0.71 , saturation: 0.68 and the lightness value of 744edd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001110 11011101
Octal 164 116 335
Decimal 116 78 221
Hex 74 4E DD

RGB Percentages of Color #744edd

%27.95
%18.80
%53.25

CMYK Percentages of Color #744edd

%48
%65
%0
%13

Triadic Colors of #744edd

#744edd #dd744e #4edd74

Analogous Colors of #744edd

#744edd #bc4edd #4e70dd

Monochromatic Colors of #744edd

#744edd

Complementary Color

#744edd #b7dd4e

#744edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#744edd Color CSS Codes

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

#744edd Text Font Color

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

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


#744edd Background Color

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

This div background color is #744edd


#744edd Border Color

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

This div border color is #744edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744edd


Comments

No comments written yet.

Please login to write comment.