Color Hex Logo

#d27eac Color Hex

#D27EAC
(210,126,172)
0 Favorites   0 Comments

Color spaces of #d27eac

RGB 210126172
HSL0.910.480.66
HSV327°40°82°
CMYK 0.000.400.18   0.18
XYZ41.485631.601942.9430
Yxy31.60190.35750.2724
Hunter Lab56.215633.3510-5.9407
CIE-Lab63.012538.7058-10.4414

#d27eac color RGB value is (210,126,172).

#d27eac hex color red value is 210, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d27eac hue: 0.91 , saturation: 0.48 and the lightness value of d27eac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111110 10101100
Octal 322 176 254
Decimal 210 126 172
Hex D2 7E AC

RGB Percentages of Color #d27eac

%41.34
%24.80
%33.86

CMYK Percentages of Color #d27eac

%0
%40
%18
%18

Triadic Colors of #d27eac

#d27eac #acd27e #7eacd2

Analogous Colors of #d27eac

#d27eac #d27e82 #ce7ed2

Monochromatic Colors of #d27eac

#d27eac

Complementary Color

#d27eac #7ed2a4

#d27eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27eac Color CSS Codes

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

#d27eac Text Font Color

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

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


#d27eac Background Color

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

This div background color is #d27eac


#d27eac Border Color

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

This div border color is #d27eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27eac


Comments

No comments written yet.

Please login to write comment.