Color Hex Logo

#994edf Color Hex

#994EDF
(153,78,223)
0 Favorites   0 Comments

Color spaces of #994edf

RGB 15378223
HSL0.750.690.59
HSV271°65°87°
CMYK 0.310.650.00   0.13
XYZ29.180517.548871.6613
Yxy17.54880.24650.1482
Hunter Lab41.891351.0292-72.1005
CIE-Lab48.944257.3720-61.9961

#994edf color RGB value is (153,78,223).

#994edf hex color red value is 153, green value is 78 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #994edf hue: 0.75 , saturation: 0.69 and the lightness value of 994edf is 0.59.

The process color (four color CMYK) of #994edf color hex is 0.31, 0.65, 0.00, 0.13. Web safe color of #994edf is #9966cc. Color #994edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001110 11011111
Octal 231 116 337
Decimal 153 78 223
Hex 99 4E DF

RGB Percentages of Color #994edf

%33.70
%17.18
%49.12

CMYK Percentages of Color #994edf

%31
%65
%0
%13

Triadic Colors of #994edf

#994edf #df994e #4edf99

Analogous Colors of #994edf

#994edf #df4edd #514edf

Monochromatic Colors of #994edf

#994edf

Complementary Color

#994edf #94df4e

#994edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#994edf Color CSS Codes

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

#994edf Text Font Color

<p style="color:#994edf">Text here</p>

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


#994edf Background Color

<div style="background-color:#994edf">
Div content here</div>

This div background color is #994edf


#994edf Border Color

<div style="border:3px solid #994edf">
Div here</div>

This div border color is #994edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,78,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994edf;
  -webkit-box-shadow: 1px 1px 3px 2px #994edf;
  box-shadow:         1px 1px 3px 2px #994edf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,78,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994edf


Comments

No comments written yet.

Please login to write comment.