Color Hex Logo

#d07eca Color Hex

#D07ECA
(208,126,202)
0 Favorites   0 Comments

Color spaces of #d07eca

RGB 208126202
HSL0.850.470.65
HSV304°39°82°
CMYK 0.000.390.03   0.18
XYZ44.133932.595959.8426
Yxy32.59590.32320.2387
Hunter Lab57.092838.0717-22.1806
CIE-Lab63.832443.0765-26.1830

#d07eca color RGB value is (208,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 11001010
Octal 320 176 312
Decimal 208 126 202
Hex D0 7E CA

RGB Percentages of Color #d07eca

%38.81
%23.51
%37.69

CMYK Percentages of Color #d07eca

%0
%39
%3
%18

Triadic Colors of #d07eca

#d07eca #cad07e #7ecad0

Analogous Colors of #d07eca

#d07eca #d07ea1 #ad7ed0

Monochromatic Colors of #d07eca

#d07eca

Complementary Color

#d07eca #7ed084

#d07eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07eca Color CSS Codes

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

#d07eca Text Font Color

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

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


#d07eca Background Color

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

This div background color is #d07eca


#d07eca Border Color

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

This div border color is #d07eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,126,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07eca


Comments

No comments written yet.

Please login to write comment.