Color Hex Logo

#994bda Color Hex

#994BDA
(153,75,218)
0 Favorites   0 Comments

Color spaces of #994bda

RGB 15375218
HSL0.760.660.57
HSV273°66°85°
CMYK 0.300.660.00   0.15
XYZ28.307816.866468.0932
Yxy16.86640.24990.1489
Hunter Lab41.068751.1660-69.5565
CIE-Lab48.091357.6519-60.5300

#994bda color RGB value is (153,75,218).

#994bda hex color red value is 153, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #994bda hue: 0.76 , saturation: 0.66 and the lightness value of 994bda is 0.57.

The process color (four color CMYK) of #994bda color hex is 0.30, 0.66, 0.00, 0.15. Web safe color of #994bda is #9933cc. Color #994bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001011 11011010
Octal 231 113 332
Decimal 153 75 218
Hex 99 4B DA

RGB Percentages of Color #994bda

%34.30
%16.82
%48.88

CMYK Percentages of Color #994bda

%30
%66
%0
%15

Triadic Colors of #994bda

#994bda #da994b #4bda99

Analogous Colors of #994bda

#994bda #da4bd4 #514bda

Monochromatic Colors of #994bda

#994bda

Complementary Color

#994bda #8cda4b

#994bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#994bda Color CSS Codes

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

#994bda Text Font Color

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

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


#994bda Background Color

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

This div background color is #994bda


#994bda Border Color

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

This div border color is #994bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994bda


Comments

No comments written yet.

Please login to write comment.