Color Hex Logo

#d96ece Color Hex

#D96ECE
(217,110,206)
0 Favorites   0 Comments

Color spaces of #d96ece

RGB 217110206
HSL0.850.580.64
HSV306°49°85°
CMYK 0.000.490.05   0.15
XYZ45.331830.359861.8633
Yxy30.35980.32960.2207
Hunter Lab55.099750.4315-27.9981
CIE-Lab61.963454.6040-31.2288

#d96ece color RGB value is (217,110,206).

#d96ece hex color red value is 217, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d96ece hue: 0.85 , saturation: 0.58 and the lightness value of d96ece is 0.64.

The process color (four color CMYK) of #d96ece color hex is 0.00, 0.49, 0.05, 0.15. Web safe color of #d96ece is #cc66cc. Color #d96ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101110 11001110
Octal 331 156 316
Decimal 217 110 206
Hex D9 6E CE

RGB Percentages of Color #d96ece

%40.71
%20.64
%38.65

CMYK Percentages of Color #d96ece

%0
%49
%5
%15

Triadic Colors of #d96ece

#d96ece #ced96e #6eced9

Analogous Colors of #d96ece

#d96ece #d96e99 #af6ed9

Monochromatic Colors of #d96ece

#d96ece

Complementary Color

#d96ece #6ed979

#d96ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96ece Color CSS Codes

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

#d96ece Text Font Color

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

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


#d96ece Background Color

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

This div background color is #d96ece


#d96ece Border Color

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

This div border color is #d96ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96ece


Comments

No comments written yet.

Please login to write comment.