Color Hex Logo

#d14ecf Color Hex

#D14ECF
(209,78,207)
0 Favorites   0 Comments

Color spaces of #d14ecf

RGB 20978207
HSL0.840.590.56
HSV301°63°82°
CMYK 0.000.630.01   0.18
XYZ40.281423.509161.4461
Yxy23.50910.32160.1877
Hunter Lab48.486263.4436-41.1973
CIE-Lab55.592966.9809-41.8393

#d14ecf color RGB value is (209,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001110 11001111
Octal 321 116 317
Decimal 209 78 207
Hex D1 4E CF

RGB Percentages of Color #d14ecf

%42.31
%15.79
%41.90

CMYK Percentages of Color #d14ecf

%0
%63
%1
%18

Triadic Colors of #d14ecf

#d14ecf #cfd14e #4ecfd1

Analogous Colors of #d14ecf

#d14ecf #d14e8e #924ed1

Monochromatic Colors of #d14ecf

#d14ecf

Complementary Color

#d14ecf #4ed150

#d14ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14ecf Color CSS Codes

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

#d14ecf Text Font Color

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

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


#d14ecf Background Color

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

This div background color is #d14ecf


#d14ecf Border Color

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

This div border color is #d14ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14ecf


Comments

No comments written yet.

Please login to write comment.