Color Hex Logo

#d493de Color Hex

#D493DE
(212,147,222)
0 Favorites   0 Comments

Color spaces of #d493de

RGB 212147222
HSL0.810.530.72
HSV292°34°87°
CMYK 0.050.340.00   0.13
XYZ50.769940.138474.1789
Yxy40.13840.30750.2431
Hunter Lab63.354932.1713-25.0711
CIE-Lab69.568036.8609-28.4517

#d493de color RGB value is (212,147,222).

#d493de hex color red value is 212, green value is 147 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d493de hue: 0.81 , saturation: 0.53 and the lightness value of d493de is 0.72.

The process color (four color CMYK) of #d493de color hex is 0.05, 0.34, 0.00, 0.13. Web safe color of #d493de is #cc99cc. Color #d493de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010011 11011110
Octal 324 223 336
Decimal 212 147 222
Hex D4 93 DE

RGB Percentages of Color #d493de

%36.49
%25.30
%38.21

CMYK Percentages of Color #d493de

%5
%34
%0
%13

Triadic Colors of #d493de

#d493de #ded493 #93ded4

Analogous Colors of #d493de

#d493de #de93c3 #af93de

Monochromatic Colors of #d493de

#d493de

Complementary Color

#d493de #9dde93

#d493de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d493de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d493de Color CSS Codes

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

#d493de Text Font Color

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

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


#d493de Background Color

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

This div background color is #d493de


#d493de Border Color

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

This div border color is #d493de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,147,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d493de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d493de;
  -webkit-box-shadow: 1px 1px 3px 2px #d493de;
  box-shadow:         1px 1px 3px 2px #d493de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,147,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d493de


Comments

No comments written yet.

Please login to write comment.