Color Hex Logo

#d95eae Color Hex

#D95EAE
(217,94,174)
0 Favorites   0 Comments

Color spaces of #d95eae

RGB 21794174
HSL0.890.620.61
HSV321°57°85°
CMYK 0.000.570.20   0.15
XYZ40.258025.813142.9050
Yxy25.81310.36940.2369
Hunter Lab50.806652.5278-14.5044
CIE-Lab57.859257.1396-19.2831

#d95eae color RGB value is (217,94,174).

#d95eae hex color red value is 217, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d95eae hue: 0.89 , saturation: 0.62 and the lightness value of d95eae is 0.61.

The process color (four color CMYK) of #d95eae color hex is 0.00, 0.57, 0.20, 0.15. Web safe color of #d95eae is #cc6699. Color #d95eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011110 10101110
Octal 331 136 256
Decimal 217 94 174
Hex D9 5E AE

RGB Percentages of Color #d95eae

%44.74
%19.38
%35.88

CMYK Percentages of Color #d95eae

%0
%57
%20
%15

Triadic Colors of #d95eae

#d95eae #aed95e #5eaed9

Analogous Colors of #d95eae

#d95eae #d95e71 #c75ed9

Monochromatic Colors of #d95eae

#d95eae

Complementary Color

#d95eae #5ed989

#d95eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95eae Color CSS Codes

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

#d95eae Text Font Color

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

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


#d95eae Background Color

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

This div background color is #d95eae


#d95eae Border Color

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

This div border color is #d95eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95eae


Comments

No comments written yet.

Please login to write comment.