Color Hex Logo

#d494db Color Hex

#D494DB
(212,148,219)
0 Favorites   0 Comments

Color spaces of #d494db

RGB 212148219
HSL0.820.500.72
HSV294°32°86°
CMYK 0.030.320.00   0.14
XYZ50.527540.291372.1317
Yxy40.29130.31010.2473
Hunter Lab63.475431.0070-22.9427
CIE-Lab69.676535.7465-26.6306

#d494db color RGB value is (212,148,219).

#d494db hex color red value is 212, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d494db hue: 0.82 , saturation: 0.50 and the lightness value of d494db is 0.72.

The process color (four color CMYK) of #d494db color hex is 0.03, 0.32, 0.00, 0.14. Web safe color of #d494db is #cc99cc. Color #d494db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010100 11011011
Octal 324 224 333
Decimal 212 148 219
Hex D4 94 DB

RGB Percentages of Color #d494db

%36.61
%25.56
%37.82

CMYK Percentages of Color #d494db

%3
%32
%0
%14

Triadic Colors of #d494db

#d494db #dbd494 #94dbd4

Analogous Colors of #d494db

#d494db #db94bf #b194db

Monochromatic Colors of #d494db

#d494db

Complementary Color

#d494db #9bdb94

#d494db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d494db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d494db Color CSS Codes

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

#d494db Text Font Color

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

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


#d494db Background Color

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

This div background color is #d494db


#d494db Border Color

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

This div border color is #d494db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d494db


Comments

No comments written yet.

Please login to write comment.