Color Hex Logo

#d48eaf Color Hex

#D48EAF
(212,142,175)
1 Favorites   0 Comments

Color spaces of #d48eaf

RGB 212142175
HSL0.920.450.69
HSV332°33°83°
CMYK 0.000.330.17   0.17
XYZ44.562236.438245.2420
Yxy36.43820.35300.2886
Hunter Lab60.364126.1359-2.1822
CIE-Lab66.853431.3033-6.3912

#d48eaf color RGB value is (212,142,175).

#d48eaf hex color red value is 212, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d48eaf hue: 0.92 , saturation: 0.45 and the lightness value of d48eaf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001110 10101111
Octal 324 216 257
Decimal 212 142 175
Hex D4 8E AF

RGB Percentages of Color #d48eaf

%40.08
%26.84
%33.08

CMYK Percentages of Color #d48eaf

%0
%33
%17
%17

Triadic Colors of #d48eaf

#d48eaf #afd48e #8eafd4

Analogous Colors of #d48eaf

#d48eaf #d4908e #d48ed2

Monochromatic Colors of #d48eaf

#d48eaf

Complementary Color

#d48eaf #8ed4b3

#d48eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48eaf Color CSS Codes

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

#d48eaf Text Font Color

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

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


#d48eaf Background Color

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

This div background color is #d48eaf


#d48eaf Border Color

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

This div border color is #d48eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48eaf


Comments

No comments written yet.

Please login to write comment.