Color Hex Logo

#d414ce Color Hex

#D414CE
(212,20,206)
0 Favorites   0 Comments

Color spaces of #d414ce

RGB 21220206
HSL0.840.830.45
HSV302°91°83°
CMYK 0.000.910.03   0.17
XYZ38.542118.953660.0195
Yxy18.95360.32800.1613
Hunter Lab43.535781.8382-51.2637
CIE-Lab50.632982.8750-49.1020

#d414ce color RGB value is (212,20,206).

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

The process color (four color CMYK) of #d414ce color hex is 0.00, 0.91, 0.03, 0.17. Web safe color of #d414ce is #cc00cc. Color #d414ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010100 11001110
Octal 324 24 316
Decimal 212 20 206
Hex D4 14 CE

RGB Percentages of Color #d414ce

%48.40
%4.57
%47.03

CMYK Percentages of Color #d414ce

%0
%91
%3
%17

Triadic Colors of #d414ce

#d414ce #ced414 #14ced4

Analogous Colors of #d414ce

#d414ce #d4146e #7a14d4

Monochromatic Colors of #d414ce

#d414ce

Complementary Color

#d414ce #14d41a

#d414ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d414ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d414ce Color CSS Codes

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

#d414ce Text Font Color

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

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


#d414ce Background Color

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

This div background color is #d414ce


#d414ce Border Color

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

This div border color is #d414ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d414ce


Comments

No comments written yet.

Please login to write comment.