Color Hex Logo

#d947ee Color Hex

#D947EE
(217,71,238)
0 Favorites   0 Comments

Color spaces of #d947ee

RGB 21771238
HSL0.810.830.61
HSV292°70°93°
CMYK 0.090.700.00   0.07
XYZ46.301125.431283.3573
Yxy25.43120.29850.1640
Hunter Lab50.429475.6362-62.7030
CIE-Lab57.493276.6372-56.2484

#d947ee color RGB value is (217,71,238).

#d947ee hex color red value is 217, green value is 71 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d947ee hue: 0.81 , saturation: 0.83 and the lightness value of d947ee is 0.61.

The process color (four color CMYK) of #d947ee color hex is 0.09, 0.70, 0.00, 0.07. Web safe color of #d947ee is #cc33ff. Color #d947ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000111 11101110
Octal 331 107 356
Decimal 217 71 238
Hex D9 47 EE

RGB Percentages of Color #d947ee

%41.25
%13.50
%45.25

CMYK Percentages of Color #d947ee

%9
%70
%0
%7

Triadic Colors of #d947ee

#d947ee #eed947 #47eed9

Analogous Colors of #d947ee

#d947ee #ee47b0 #8647ee

Monochromatic Colors of #d947ee

#d947ee

Complementary Color

#d947ee #5cee47

#d947ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d947ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d947ee Color CSS Codes

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

#d947ee Text Font Color

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

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


#d947ee Background Color

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

This div background color is #d947ee


#d947ee Border Color

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

This div border color is #d947ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d947ee


Comments

No comments written yet.

Please login to write comment.