Color Hex Logo

#d97ece Color Hex

#D97ECE
(217,126,206)
0 Favorites   0 Comments

Color spaces of #d97ece

RGB 217126206
HSL0.850.540.67
HSV307°42°85°
CMYK 0.000.420.05   0.15
XYZ47.216734.129762.4916
Yxy34.12970.32830.2373
Hunter Lab58.420642.0311-22.5271
CIE-Lab65.065446.5746-26.4395

#d97ece color RGB value is (217,126,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111110 11001110
Octal 331 176 316
Decimal 217 126 206
Hex D9 7E CE

RGB Percentages of Color #d97ece

%39.53
%22.95
%37.52

CMYK Percentages of Color #d97ece

%0
%42
%5
%15

Triadic Colors of #d97ece

#d97ece #ced97e #7eced9

Analogous Colors of #d97ece

#d97ece #d97ea1 #b77ed9

Monochromatic Colors of #d97ece

#d97ece

Complementary Color

#d97ece #7ed989

#d97ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ece Color CSS Codes

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

#d97ece Text Font Color

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

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


#d97ece Background Color

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

This div background color is #d97ece


#d97ece Border Color

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

This div border color is #d97ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,126,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 #d97ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ece


Comments

No comments written yet.

Please login to write comment.