Color Hex Logo

#dc92ad Color Hex

#DC92AD
(220,146,173)
0 Favorites   0 Comments

Color spaces of #dc92ad

RGB 220146173
HSL0.940.510.72
HSV338°34°86°
CMYK 0.000.340.21   0.14
XYZ47.336938.790544.5276
Yxy38.79050.36230.2969
Hunter Lab62.282026.67381.2089
CIE-Lab68.599231.6783-2.5914

#dc92ad color RGB value is (220,146,173).

#dc92ad hex color red value is 220, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dc92ad hue: 0.94 , saturation: 0.51 and the lightness value of dc92ad is 0.72.

The process color (four color CMYK) of #dc92ad color hex is 0.00, 0.34, 0.21, 0.14. Web safe color of #dc92ad is #cc9999. Color #dc92ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 10101101
Octal 334 222 255
Decimal 220 146 173
Hex DC 92 AD

RGB Percentages of Color #dc92ad

%40.82
%27.09
%32.10

CMYK Percentages of Color #dc92ad

%0
%34
%21
%14

Triadic Colors of #dc92ad

#dc92ad #addc92 #92addc

Analogous Colors of #dc92ad

#dc92ad #dc9c92 #dc92d2

Monochromatic Colors of #dc92ad

#dc92ad

Complementary Color

#dc92ad #92dcc1

#dc92ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc92ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc92ad Color CSS Codes

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

#dc92ad Text Font Color

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

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


#dc92ad Background Color

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

This div background color is #dc92ad


#dc92ad Border Color

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

This div border color is #dc92ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc92ad


Comments

No comments written yet.

Please login to write comment.