Color Hex Logo

#d14dc0 Color Hex

#D14DC0
(209,77,192)
0 Favorites   0 Comments

Color spaces of #d14dc0

RGB 20977192
HSL0.850.590.56
HSV308°63°82°
CMYK 0.000.630.08   0.18
XYZ38.462822.668852.2175
Yxy22.66880.33930.2000
Hunter Lab47.611860.8793-31.6972
CIE-Lab54.729564.9630-34.6009

#d14dc0 color RGB value is (209,77,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001101 11000000
Octal 321 115 300
Decimal 209 77 192
Hex D1 4D C0

RGB Percentages of Color #d14dc0

%43.72
%16.11
%40.17

CMYK Percentages of Color #d14dc0

%0
%63
%8
%18

Triadic Colors of #d14dc0

#d14dc0 #c0d14d #4dc0d1

Analogous Colors of #d14dc0

#d14dc0 #d14d7e #a04dd1

Monochromatic Colors of #d14dc0

#d14dc0

Complementary Color

#d14dc0 #4dd15e

#d14dc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14dc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14dc0 Color CSS Codes

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

#d14dc0 Text Font Color

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

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


#d14dc0 Background Color

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

This div background color is #d14dc0


#d14dc0 Border Color

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

This div border color is #d14dc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14dc0


Comments

No comments written yet.

Please login to write comment.