Color Hex Logo

#d09ece Color Hex

#D09ECE
(208,158,206)
0 Favorites   0 Comments

Color spaces of #d09ece

RGB 208158206
HSL0.840.350.72
HSV302°24°82°
CMYK 0.000.240.01   0.18
XYZ49.379942.319863.9585
Yxy42.31980.31720.2719
Hunter Lab65.053721.6490-12.7543
CIE-Lab71.090826.5602-17.3413

#d09ece color RGB value is (208,158,206).

#d09ece hex color red value is 208, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d09ece hue: 0.84 , saturation: 0.35 and the lightness value of d09ece is 0.72.

The process color (four color CMYK) of #d09ece color hex is 0.00, 0.24, 0.01, 0.18. Web safe color of #d09ece is #cc99cc. Color #d09ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011110 11001110
Octal 320 236 316
Decimal 208 158 206
Hex D0 9E CE

RGB Percentages of Color #d09ece

%36.36
%27.62
%36.01

CMYK Percentages of Color #d09ece

%0
%24
%1
%18

Triadic Colors of #d09ece

#d09ece #ced09e #9eced0

Analogous Colors of #d09ece

#d09ece #d09eb5 #b99ed0

Monochromatic Colors of #d09ece

#d09ece

Complementary Color

#d09ece #9ed0a0

#d09ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09ece Color CSS Codes

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

#d09ece Text Font Color

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

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


#d09ece Background Color

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

This div background color is #d09ece


#d09ece Border Color

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

This div border color is #d09ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09ece


Comments

No comments written yet.

Please login to write comment.