Color Hex Logo

#d10eaf Color Hex

#D10EAF
(209,14,175)
0 Favorites   0 Comments

Color spaces of #d10eaf

RGB 20914175
HSL0.860.870.44
HSV310°93°82°
CMYK 0.000.930.16   0.18
XYZ34.189416.964542.0299
Yxy16.96450.36690.1821
Hunter Lab41.188076.0906-31.6703
CIE-Lab48.215378.8040-34.9068

#d10eaf color RGB value is (209,14,175).

#d10eaf hex color red value is 209, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d10eaf hue: 0.86 , saturation: 0.87 and the lightness value of d10eaf is 0.44.

The process color (four color CMYK) of #d10eaf color hex is 0.00, 0.93, 0.16, 0.18. Web safe color of #d10eaf is #cc0099. Color #d10eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001110 10101111
Octal 321 16 257
Decimal 209 14 175
Hex D1 E AF

RGB Percentages of Color #d10eaf

%52.51
%3.52
%43.97

CMYK Percentages of Color #d10eaf

%0
%93
%16
%18

Triadic Colors of #d10eaf

#d10eaf #afd10e #0eafd1

Analogous Colors of #d10eaf

#d10eaf #d10e4d #920ed1

Monochromatic Colors of #d10eaf

#d10eaf

Complementary Color

#d10eaf #0ed130

#d10eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10eaf Color CSS Codes

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

#d10eaf Text Font Color

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

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


#d10eaf Background Color

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

This div background color is #d10eaf


#d10eaf Border Color

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

This div border color is #d10eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,14,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d10eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d10eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #d10eaf;
  box-shadow:         1px 1px 3px 2px #d10eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,14,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10eaf


Comments

No comments written yet.

Please login to write comment.