Color Hex Logo

#d429ce Color Hex

#D429CE
(212,41,206)
0 Favorites   0 Comments

Color spaces of #d429ce

RGB 21241206
HSL0.840.680.50
HSV302°81°83°
CMYK 0.000.810.03   0.17
XYZ39.084920.039260.2005
Yxy20.03920.32760.1679
Hunter Lab44.765277.5110-48.3980
CIE-Lab51.881579.2223-47.1139

#d429ce color RGB value is (212,41,206).

#d429ce hex color red value is 212, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d429ce hue: 0.84 , saturation: 0.68 and the lightness value of d429ce is 0.50.

The process color (four color CMYK) of #d429ce color hex is 0.00, 0.81, 0.03, 0.17. Web safe color of #d429ce is #cc33cc. Color #d429ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101001 11001110
Octal 324 51 316
Decimal 212 41 206
Hex D4 29 CE

RGB Percentages of Color #d429ce

%46.19
%8.93
%44.88

CMYK Percentages of Color #d429ce

%0
%81
%3
%17

Triadic Colors of #d429ce

#d429ce #ced429 #29ced4

Analogous Colors of #d429ce

#d429ce #d42979 #8529d4

Monochromatic Colors of #d429ce

#d429ce

Complementary Color

#d429ce #29d42f

#d429ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d429ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d429ce Color CSS Codes

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

#d429ce Text Font Color

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

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


#d429ce Background Color

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

This div background color is #d429ce


#d429ce Border Color

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

This div border color is #d429ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d429ce


Comments

No comments written yet.

Please login to write comment.