Color Hex Logo

#d292ac Color Hex

#D292AC
(210,146,172)
0 Favorites   0 Comments

Color spaces of #d292ac

RGB 210146172
HSL0.930.420.70
HSV336°30°82°
CMYK 0.000.300.18   0.18
XYZ44.303637.238043.8823
Yxy37.23800.35320.2969
Hunter Lab61.022922.80360.0799
CIE-Lab67.455227.9564-3.8432

#d292ac color RGB value is (210,146,172).

#d292ac hex color red value is 210, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d292ac hue: 0.93 , saturation: 0.42 and the lightness value of d292ac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010010 10101100
Octal 322 222 254
Decimal 210 146 172
Hex D2 92 AC

RGB Percentages of Color #d292ac

%39.77
%27.65
%32.58

CMYK Percentages of Color #d292ac

%0
%30
%18
%18

Triadic Colors of #d292ac

#d292ac #acd292 #92acd2

Analogous Colors of #d292ac

#d292ac #d29892 #d292cc

Monochromatic Colors of #d292ac

#d292ac

Complementary Color

#d292ac #92d2b8

#d292ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d292ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d292ac Color CSS Codes

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

#d292ac Text Font Color

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

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


#d292ac Background Color

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

This div background color is #d292ac


#d292ac Border Color

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

This div border color is #d292ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,146,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d292ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d292ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d292ac;
  box-shadow:         1px 1px 3px 2px #d292ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,146,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d292ac


Comments

No comments written yet.

Please login to write comment.