Color Hex Logo

#d114ce Color Hex

#D114CE
(209,20,206)
0 Favorites   0 Comments

Color spaces of #d114ce

RGB 20920206
HSL0.840.830.45
HSV301°90°82°
CMYK 0.000.900.01   0.18
XYZ37.685218.511959.9794
Yxy18.51190.32440.1593
Hunter Lab43.025581.0503-52.5351
CIE-Lab50.111282.3604-49.9649

#d114ce color RGB value is (209,20,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010100 11001110
Octal 321 24 316
Decimal 209 20 206
Hex D1 14 CE

RGB Percentages of Color #d114ce

%48.05
%4.60
%47.36

CMYK Percentages of Color #d114ce

%0
%90
%1
%18

Triadic Colors of #d114ce

#d114ce #ced114 #14ced1

Analogous Colors of #d114ce

#d114ce #d11470 #7614d1

Monochromatic Colors of #d114ce

#d114ce

Complementary Color

#d114ce #14d117

#d114ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d114ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d114ce Color CSS Codes

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

#d114ce Text Font Color

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

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


#d114ce Background Color

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

This div background color is #d114ce


#d114ce Border Color

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

This div border color is #d114ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d114ce


Comments

No comments written yet.

Please login to write comment.