Color Hex Logo

#d491de Color Hex

#D491DE
(212,145,222)
0 Favorites   0 Comments

Color spaces of #d491de

RGB 212145222
HSL0.810.540.72
HSV292°35°87°
CMYK 0.050.350.00   0.13
XYZ50.461639.521874.0761
Yxy39.52180.30760.2409
Hunter Lab62.866433.2623-25.8556
CIE-Lab69.127637.9364-29.1297

#d491de color RGB value is (212,145,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010001 11011110
Octal 324 221 336
Decimal 212 145 222
Hex D4 91 DE

RGB Percentages of Color #d491de

%36.61
%25.04
%38.34

CMYK Percentages of Color #d491de

%5
%35
%0
%13

Triadic Colors of #d491de

#d491de #ded491 #91ded4

Analogous Colors of #d491de

#d491de #de91c2 #ae91de

Monochromatic Colors of #d491de

#d491de

Complementary Color

#d491de #9bde91

#d491de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d491de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d491de Color CSS Codes

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

#d491de Text Font Color

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

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


#d491de Background Color

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

This div background color is #d491de


#d491de Border Color

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

This div border color is #d491de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,145,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 #d491de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d491de


Comments

No comments written yet.

Please login to write comment.