Color Hex Logo

#d293ae Color Hex

#D293AE
(210,147,174)
0 Favorites   0 Comments

Color spaces of #d293ae

RGB 210147174
HSL0.930.410.70
HSV334°30°82°
CMYK 0.000.300.17   0.18
XYZ44.652037.625144.9533
Yxy37.62510.35100.2957
Hunter Lab61.339322.5955-0.5139
CIE-Lab67.743427.7278-4.5385

#d293ae color RGB value is (210,147,174).

#d293ae hex color red value is 210, green value is 147 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d293ae hue: 0.93 , saturation: 0.41 and the lightness value of d293ae is 0.70.

The process color (four color CMYK) of #d293ae color hex is 0.00, 0.30, 0.17, 0.18. Web safe color of #d293ae is #cc9999. Color #d293ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010011 10101110
Octal 322 223 256
Decimal 210 147 174
Hex D2 93 AE

RGB Percentages of Color #d293ae

%39.55
%27.68
%32.77

CMYK Percentages of Color #d293ae

%0
%30
%17
%18

Triadic Colors of #d293ae

#d293ae #aed293 #93aed2

Analogous Colors of #d293ae

#d293ae #d29893 #d293ce

Monochromatic Colors of #d293ae

#d293ae

Complementary Color

#d293ae #93d2b7

#d293ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d293ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d293ae Color CSS Codes

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

#d293ae Text Font Color

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

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


#d293ae Background Color

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

This div background color is #d293ae


#d293ae Border Color

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

This div border color is #d293ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d293ae


Comments

No comments written yet.

Please login to write comment.