Color Hex Logo

#d494ad Color Hex

#D494AD
(212,148,173)
0 Favorites   0 Comments

Color spaces of #d494ad

RGB 212148173
HSL0.930.430.71
HSV337°30°83°
CMYK 0.000.300.18   0.17
XYZ45.284138.194044.5206
Yxy38.19400.35380.2984
Hunter Lab61.801322.64130.5494
CIE-Lab68.163427.7432-3.3351

#d494ad color RGB value is (212,148,173).

#d494ad hex color red value is 212, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d494ad hue: 0.93 , saturation: 0.43 and the lightness value of d494ad is 0.71.

The process color (four color CMYK) of #d494ad color hex is 0.00, 0.30, 0.18, 0.17. Web safe color of #d494ad is #cc9999. Color #d494ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010100 10101101
Octal 324 224 255
Decimal 212 148 173
Hex D4 94 AD

RGB Percentages of Color #d494ad

%39.77
%27.77
%32.46

CMYK Percentages of Color #d494ad

%0
%30
%18
%17

Triadic Colors of #d494ad

#d494ad #add494 #94add4

Analogous Colors of #d494ad

#d494ad #d49b94 #d494cd

Monochromatic Colors of #d494ad

#d494ad

Complementary Color

#d494ad #94d4bb

#d494ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d494ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d494ad Color CSS Codes

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

#d494ad Text Font Color

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

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


#d494ad Background Color

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

This div background color is #d494ad


#d494ad Border Color

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

This div border color is #d494ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d494ad


Comments

No comments written yet.

Please login to write comment.