Color Hex Logo

#d14ebd Color Hex

#D14EBD
(209,78,189)
0 Favorites   0 Comments

Color spaces of #d14ebd

RGB 20978189
HSL0.860.590.56
HSV309°63°82°
CMYK 0.000.630.10   0.18
XYZ38.204222.678250.5079
Yxy22.67820.34300.2036
Hunter Lab47.621659.8628-29.5483
CIE-Lab54.739364.0902-32.8566

#d14ebd color RGB value is (209,78,189).

#d14ebd hex color red value is 209, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d14ebd hue: 0.86 , saturation: 0.59 and the lightness value of d14ebd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001110 10111101
Octal 321 116 275
Decimal 209 78 189
Hex D1 4E BD

RGB Percentages of Color #d14ebd

%43.91
%16.39
%39.71

CMYK Percentages of Color #d14ebd

%0
%63
%10
%18

Triadic Colors of #d14ebd

#d14ebd #bdd14e #4ebdd1

Analogous Colors of #d14ebd

#d14ebd #d14e7c #a44ed1

Monochromatic Colors of #d14ebd

#d14ebd

Complementary Color

#d14ebd #4ed162

#d14ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14ebd Color CSS Codes

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

#d14ebd Text Font Color

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

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


#d14ebd Background Color

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

This div background color is #d14ebd


#d14ebd Border Color

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

This div border color is #d14ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14ebd


Comments

No comments written yet.

Please login to write comment.