Color Hex Logo

#d993c1 Color Hex

#D993C1
(217,147,193)
0 Favorites   0 Comments

Color spaces of #d993c1

RGB 217147193
HSL0.890.480.71
HSV321°32°85°
CMYK 0.000.320.11   0.15
XYZ48.674639.469455.5050
Yxy39.46940.33880.2748
Hunter Lab62.824728.3530-8.4049
CIE-Lab69.089933.2619-13.0603

#d993c1 color RGB value is (217,147,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010011 11000001
Octal 331 223 301
Decimal 217 147 193
Hex D9 93 C1

RGB Percentages of Color #d993c1

%38.96
%26.39
%34.65

CMYK Percentages of Color #d993c1

%0
%32
%11
%15

Triadic Colors of #d993c1

#d993c1 #c1d993 #93c1d9

Analogous Colors of #d993c1

#d993c1 #d9939e #ce93d9

Monochromatic Colors of #d993c1

#d993c1

Complementary Color

#d993c1 #93d9ab

#d993c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d993c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d993c1 Color CSS Codes

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

#d993c1 Text Font Color

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

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


#d993c1 Background Color

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

This div background color is #d993c1


#d993c1 Border Color

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

This div border color is #d993c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d993c1


Comments

No comments written yet.

Please login to write comment.