Color Hex Logo

#d488ad Color Hex

#D488AD
(212,136,173)
0 Favorites   0 Comments

Color spaces of #d488ad

RGB 212136173
HSL0.920.470.68
HSV331°36°83°
CMYK 0.000.360.18   0.17
XYZ43.498434.622543.9254
Yxy34.62250.35640.2837
Hunter Lab58.840928.9854-3.0720
CIE-Lab65.453734.2206-7.3424

#d488ad color RGB value is (212,136,173).

#d488ad hex color red value is 212, green value is 136 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d488ad hue: 0.92 , saturation: 0.47 and the lightness value of d488ad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001000 10101101
Octal 324 210 255
Decimal 212 136 173
Hex D4 88 AD

RGB Percentages of Color #d488ad

%40.69
%26.10
%33.21

CMYK Percentages of Color #d488ad

%0
%36
%18
%17

Triadic Colors of #d488ad

#d488ad #add488 #88add4

Analogous Colors of #d488ad

#d488ad #d48988 #d488d3

Monochromatic Colors of #d488ad

#d488ad

Complementary Color

#d488ad #88d4af

#d488ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d488ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d488ad Color CSS Codes

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

#d488ad Text Font Color

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

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


#d488ad Background Color

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

This div background color is #d488ad


#d488ad Border Color

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

This div border color is #d488ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d488ad


Comments

No comments written yet.

Please login to write comment.