Color Hex Logo

#d114cd Color Hex

#D114CD
(209,20,205)
0 Favorites   0 Comments

Color spaces of #d114cd

RGB 20920205
HSL0.840.830.45
HSV301°90°82°
CMYK 0.000.900.02   0.18
XYZ37.564118.463459.3416
Yxy18.46340.32560.1600
Hunter Lab42.969180.8511-51.8030
CIE-Lab50.053482.2156-49.4813

#d114cd color RGB value is (209,20,205).

#d114cd hex color red value is 209, green value is 20 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d114cd hue: 0.84 , saturation: 0.83 and the lightness value of d114cd is 0.45.

The process color (four color CMYK) of #d114cd color hex is 0.00, 0.90, 0.02, 0.18. Web safe color of #d114cd is #cc00cc. Color #d114cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010100 11001101
Octal 321 24 315
Decimal 209 20 205
Hex D1 14 CD

RGB Percentages of Color #d114cd

%48.16
%4.61
%47.24

CMYK Percentages of Color #d114cd

%0
%90
%2
%18

Triadic Colors of #d114cd

#d114cd #cdd114 #14cdd1

Analogous Colors of #d114cd

#d114cd #d1146f #7714d1

Monochromatic Colors of #d114cd

#d114cd

Complementary Color

#d114cd #14d118

#d114cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d114cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d114cd Color CSS Codes

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

#d114cd Text Font Color

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

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


#d114cd Background Color

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

This div background color is #d114cd


#d114cd Border Color

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

This div border color is #d114cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d114cd


Comments

No comments written yet.

Please login to write comment.