Color Hex Logo

#d07ece Color Hex

#D07ECE
(208,126,206)
0 Favorites   0 Comments

Color spaces of #d07ece

RGB 208126206
HSL0.840.470.65
HSV301°39°82°
CMYK 0.000.390.01   0.18
XYZ44.613932.787862.3698
Yxy32.78780.31920.2346
Hunter Lab57.260638.8699-24.4978
CIE-Lab63.988743.8012-28.1878

#d07ece color RGB value is (208,126,206).

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

The process color (four color CMYK) of #d07ece color hex is 0.00, 0.39, 0.01, 0.18. Web safe color of #d07ece is #cc66cc. Color #d07ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 11001110
Octal 320 176 316
Decimal 208 126 206
Hex D0 7E CE

RGB Percentages of Color #d07ece

%38.52
%23.33
%38.15

CMYK Percentages of Color #d07ece

%0
%39
%1
%18

Triadic Colors of #d07ece

#d07ece #ced07e #7eced0

Analogous Colors of #d07ece

#d07ece #d07ea5 #a97ed0

Monochromatic Colors of #d07ece

#d07ece

Complementary Color

#d07ece #7ed080

#d07ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07ece Color CSS Codes

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

#d07ece Text Font Color

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

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


#d07ece Background Color

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

This div background color is #d07ece


#d07ece Border Color

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

This div border color is #d07ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07ece


Comments

No comments written yet.

Please login to write comment.