Color Hex Logo

#dc9fbe Color Hex

#DC9FBE
(220,159,190)
0 Favorites   0 Comments

Color spaces of #dc9fbe

RGB 220159190
HSL0.920.470.74
HSV330°28°86°
CMYK 0.000.280.14   0.14
XYZ51.207643.729654.4569
Yxy43.72960.34280.2927
Hunter Lab66.128422.4998-2.5356
CIE-Lab72.047427.3363-6.9492

#dc9fbe color RGB value is (220,159,190).

#dc9fbe hex color red value is 220, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dc9fbe hue: 0.92 , saturation: 0.47 and the lightness value of dc9fbe is 0.74.

The process color (four color CMYK) of #dc9fbe color hex is 0.00, 0.28, 0.14, 0.14. Web safe color of #dc9fbe is #cc99cc. Color #dc9fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011111 10111110
Octal 334 237 276
Decimal 220 159 190
Hex DC 9F BE

RGB Percentages of Color #dc9fbe

%38.66
%27.94
%33.39

CMYK Percentages of Color #dc9fbe

%0
%28
%14
%14

Triadic Colors of #dc9fbe

#dc9fbe #bedc9f #9fbedc

Analogous Colors of #dc9fbe

#dc9fbe #dc9fa0 #dc9fdc

Monochromatic Colors of #dc9fbe

#dc9fbe

Complementary Color

#dc9fbe #9fdcbd

#dc9fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9fbe Color CSS Codes

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

#dc9fbe Text Font Color

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

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


#dc9fbe Background Color

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

This div background color is #dc9fbe


#dc9fbe Border Color

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

This div border color is #dc9fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,159,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9fbe


Comments

No comments written yet.

Please login to write comment.