Color Hex Logo

#dc93bb Color Hex

#DC93BB
(220,147,187)
0 Favorites   0 Comments

Color spaces of #dc93bb

RGB 220147187
HSL0.910.510.72
HSV327°33°86°
CMYK 0.000.330.15   0.14
XYZ48.918639.670952.0927
Yxy39.67090.34770.2820
Hunter Lab62.984828.4126-4.9474
CIE-Lab69.234533.3062-9.4676

#dc93bb color RGB value is (220,147,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 10111011
Octal 334 223 273
Decimal 220 147 187
Hex DC 93 BB

RGB Percentages of Color #dc93bb

%39.71
%26.53
%33.75

CMYK Percentages of Color #dc93bb

%0
%33
%15
%14

Triadic Colors of #dc93bb

#dc93bb #bbdc93 #93bbdc

Analogous Colors of #dc93bb

#dc93bb #dc9397 #d993dc

Monochromatic Colors of #dc93bb

#dc93bb

Complementary Color

#dc93bb #93dcb4

#dc93bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc93bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc93bb Color CSS Codes

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

#dc93bb Text Font Color

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

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


#dc93bb Background Color

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

This div background color is #dc93bb


#dc93bb Border Color

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

This div border color is #dc93bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc93bb


Comments

No comments written yet.

Please login to write comment.