Color Hex Logo

#d27ebd Color Hex

#D27EBD
(210,126,189)
0 Favorites   0 Comments

Color spaces of #d27ebd

RGB 210126189
HSL0.880.480.66
HSV315°40°82°
CMYK 0.000.400.10   0.18
XYZ43.224532.297552.1000
Yxy32.29750.33870.2531
Hunter Lab56.830936.3097-14.5728
CIE-Lab63.588041.4520-19.2102

#d27ebd color RGB value is (210,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111110 10111101
Octal 322 176 275
Decimal 210 126 189
Hex D2 7E BD

RGB Percentages of Color #d27ebd

%40.00
%24.00
%36.00

CMYK Percentages of Color #d27ebd

%0
%40
%10
%18

Triadic Colors of #d27ebd

#d27ebd #bdd27e #7ebdd2

Analogous Colors of #d27ebd

#d27ebd #d27e93 #bd7ed2

Monochromatic Colors of #d27ebd

#d27ebd

Complementary Color

#d27ebd #7ed293

#d27ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27ebd Color CSS Codes

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

#d27ebd Text Font Color

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

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


#d27ebd Background Color

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

This div background color is #d27ebd


#d27ebd Border Color

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

This div border color is #d27ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27ebd


Comments

No comments written yet.

Please login to write comment.