Color Hex Logo

#dc9bb8 Color Hex

#DC9BB8
(220,155,184)
0 Favorites   0 Comments

Color spaces of #dc9bb8

RGB 220155184
HSL0.930.480.74
HSV333°30°86°
CMYK 0.000.300.16   0.14
XYZ49.888342.119050.8478
Yxy42.11900.34920.2948
Hunter Lab64.899223.6403-1.0237
CIE-Lab70.952928.5296-5.2487

#dc9bb8 color RGB value is (220,155,184).

#dc9bb8 hex color red value is 220, green value is 155 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #dc9bb8 hue: 0.93 , saturation: 0.48 and the lightness value of dc9bb8 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011011 10111000
Octal 334 233 270
Decimal 220 155 184
Hex DC 9B B8

RGB Percentages of Color #dc9bb8

%39.36
%27.73
%32.92

CMYK Percentages of Color #dc9bb8

%0
%30
%16
%14

Triadic Colors of #dc9bb8

#dc9bb8 #b8dc9b #9bb8dc

Analogous Colors of #dc9bb8

#dc9bb8 #dc9f9b #dc9bd9

Monochromatic Colors of #dc9bb8

#dc9bb8

Complementary Color

#dc9bb8 #9bdcbf

#dc9bb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9bb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9bb8 Color CSS Codes

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

#dc9bb8 Text Font Color

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

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


#dc9bb8 Background Color

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

This div background color is #dc9bb8


#dc9bb8 Border Color

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

This div border color is #dc9bb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9bb8


Comments

No comments written yet.

Please login to write comment.