Color Hex Logo

#d34ecd Color Hex

#D34ECD
(211,78,205)
0 Favorites   0 Comments

Color spaces of #d34ecd

RGB 21178205
HSL0.840.600.57
HSV303°63°83°
CMYK 0.000.630.03   0.17
XYZ40.607823.705460.1929
Yxy23.70540.32620.1904
Hunter Lab48.688263.6714-39.2181
CIE-Lab55.791667.1361-40.3654

#d34ecd color RGB value is (211,78,205).

#d34ecd hex color red value is 211, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d34ecd hue: 0.84 , saturation: 0.60 and the lightness value of d34ecd is 0.57.

The process color (four color CMYK) of #d34ecd color hex is 0.00, 0.63, 0.03, 0.17. Web safe color of #d34ecd is #cc66cc. Color #d34ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001110 11001101
Octal 323 116 315
Decimal 211 78 205
Hex D3 4E CD

RGB Percentages of Color #d34ecd

%42.71
%15.79
%41.50

CMYK Percentages of Color #d34ecd

%0
%63
%3
%17

Triadic Colors of #d34ecd

#d34ecd #cdd34e #4ecdd3

Analogous Colors of #d34ecd

#d34ecd #d34e8b #974ed3

Monochromatic Colors of #d34ecd

#d34ecd

Complementary Color

#d34ecd #4ed354

#d34ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34ecd Color CSS Codes

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

#d34ecd Text Font Color

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

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


#d34ecd Background Color

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

This div background color is #d34ecd


#d34ecd Border Color

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

This div border color is #d34ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34ecd


Comments

No comments written yet.

Please login to write comment.