Color Hex Logo

#d993bc Color Hex

#D993BC
(217,147,188)
0 Favorites   0 Comments

Color spaces of #d993bc

RGB 217147188
HSL0.900.480.71
HSV325°32°85°
CMYK 0.000.320.13   0.15
XYZ48.126139.250052.6164
Yxy39.25000.34380.2804
Hunter Lab62.649827.4823-5.9398
CIE-Lab68.932032.4345-10.5116

#d993bc color RGB value is (217,147,188).

#d993bc hex color red value is 217, green value is 147 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d993bc hue: 0.90 , saturation: 0.48 and the lightness value of d993bc is 0.71.

The process color (four color CMYK) of #d993bc color hex is 0.00, 0.32, 0.13, 0.15. Web safe color of #d993bc is #cc99cc. Color #d993bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010011 10111100
Octal 331 223 274
Decimal 217 147 188
Hex D9 93 BC

RGB Percentages of Color #d993bc

%39.31
%26.63
%34.06

CMYK Percentages of Color #d993bc

%0
%32
%13
%15

Triadic Colors of #d993bc

#d993bc #bcd993 #93bcd9

Analogous Colors of #d993bc

#d993bc #d99399 #d393d9

Monochromatic Colors of #d993bc

#d993bc

Complementary Color

#d993bc #93d9b0

#d993bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d993bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d993bc Color CSS Codes

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

#d993bc Text Font Color

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

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


#d993bc Background Color

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

This div background color is #d993bc


#d993bc Border Color

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

This div border color is #d993bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d993bc


Comments

No comments written yet.

Please login to write comment.