Color Hex Logo

#d949eb Color Hex

#D949EB
(217,73,235)
0 Favorites   0 Comments

Color spaces of #d949eb

RGB 21773235
HSL0.810.800.60
HSV293°69°92°
CMYK 0.080.690.00   0.08
XYZ45.993225.515081.0980
Yxy25.51500.30140.1672
Hunter Lab50.512474.1335-59.8319
CIE-Lab57.573875.4156-54.4412

#d949eb color RGB value is (217,73,235).

#d949eb hex color red value is 217, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d949eb hue: 0.81 , saturation: 0.80 and the lightness value of d949eb is 0.60.

The process color (four color CMYK) of #d949eb color hex is 0.08, 0.69, 0.00, 0.08. Web safe color of #d949eb is #cc33ff. Color #d949eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001001 11101011
Octal 331 111 353
Decimal 217 73 235
Hex D9 49 EB

RGB Percentages of Color #d949eb

%41.33
%13.90
%44.76

CMYK Percentages of Color #d949eb

%8
%69
%0
%8

Triadic Colors of #d949eb

#d949eb #ebd949 #49ebd9

Analogous Colors of #d949eb

#d949eb #eb49ac #8849eb

Monochromatic Colors of #d949eb

#d949eb

Complementary Color

#d949eb #5beb49

#d949eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d949eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d949eb Color CSS Codes

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

#d949eb Text Font Color

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

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


#d949eb Background Color

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

This div background color is #d949eb


#d949eb Border Color

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

This div border color is #d949eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,73,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d949eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d949eb;
  -webkit-box-shadow: 1px 1px 3px 2px #d949eb;
  box-shadow:         1px 1px 3px 2px #d949eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,73,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d949eb


Comments

No comments written yet.

Please login to write comment.