Color Hex Logo

#d140ce Color Hex

#D140CE
(209,64,206)
0 Favorites   0 Comments

Color spaces of #d140ce

RGB 20964206
HSL0.840.610.54
HSV301°69°82°
CMYK 0.000.690.01   0.18
XYZ39.268521.678360.5072
Yxy21.67830.32330.1785
Hunter Lab46.560069.0663-44.4586
CIE-Lab53.684072.0342-44.2844

#d140ce color RGB value is (209,64,206).

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

The process color (four color CMYK) of #d140ce color hex is 0.00, 0.69, 0.01, 0.18. Web safe color of #d140ce is #cc33cc. Color #d140ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000000 11001110
Octal 321 100 316
Decimal 209 64 206
Hex D1 40 CE

RGB Percentages of Color #d140ce

%43.63
%13.36
%43.01

CMYK Percentages of Color #d140ce

%0
%69
%1
%18

Triadic Colors of #d140ce

#d140ce #ced140 #40ced1

Analogous Colors of #d140ce

#d140ce #d14086 #8c40d1

Monochromatic Colors of #d140ce

#d140ce

Complementary Color

#d140ce #40d143

#d140ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d140ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d140ce Color CSS Codes

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

#d140ce Text Font Color

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

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


#d140ce Background Color

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

This div background color is #d140ce


#d140ce Border Color

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

This div border color is #d140ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d140ce


Comments

No comments written yet.

Please login to write comment.