Color Hex Logo

#d07eae Color Hex

#D07EAE
(208,126,174)
0 Favorites   0 Comments

Color spaces of #d07eae

RGB 208126174
HSL0.900.470.65
HSV325°39°82°
CMYK 0.000.390.16   0.18
XYZ41.113331.387643.9359
Yxy31.38760.35310.2696
Hunter Lab56.024632.9479-7.2794
CIE-Lab62.833538.3394-11.8718

#d07eae color RGB value is (208,126,174).

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

The process color (four color CMYK) of #d07eae color hex is 0.00, 0.39, 0.16, 0.18. Web safe color of #d07eae is #cc6699. Color #d07eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 10101110
Octal 320 176 256
Decimal 208 126 174
Hex D0 7E AE

RGB Percentages of Color #d07eae

%40.94
%24.80
%34.25

CMYK Percentages of Color #d07eae

%0
%39
%16
%18

Triadic Colors of #d07eae

#d07eae #aed07e #7eaed0

Analogous Colors of #d07eae

#d07eae #d07e85 #c97ed0

Monochromatic Colors of #d07eae

#d07eae

Complementary Color

#d07eae #7ed0a0

#d07eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07eae Color CSS Codes

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

#d07eae Text Font Color

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

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


#d07eae Background Color

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

This div background color is #d07eae


#d07eae Border Color

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

This div border color is #d07eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07eae


Comments

No comments written yet.

Please login to write comment.