Color Hex Logo

#d34dae Color Hex

#D34DAE
(211,77,174)
0 Favorites   0 Comments

Color spaces of #d34dae

RGB 21177174
HSL0.880.600.56
HSV317°64°83°
CMYK 0.000.640.18   0.17
XYZ37.157822.212642.3734
Yxy22.21260.36520.2183
Hunter Lab47.130258.2527-20.3147
CIE-Lab54.251962.7911-24.8946

#d34dae color RGB value is (211,77,174).

#d34dae hex color red value is 211, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d34dae hue: 0.88 , saturation: 0.60 and the lightness value of d34dae is 0.56.

The process color (four color CMYK) of #d34dae color hex is 0.00, 0.64, 0.18, 0.17. Web safe color of #d34dae is #cc6699. Color #d34dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001101 10101110
Octal 323 115 256
Decimal 211 77 174
Hex D3 4D AE

RGB Percentages of Color #d34dae

%45.67
%16.67
%37.66

CMYK Percentages of Color #d34dae

%0
%64
%18
%17

Triadic Colors of #d34dae

#d34dae #aed34d #4daed3

Analogous Colors of #d34dae

#d34dae #d34d6b #b54dd3

Monochromatic Colors of #d34dae

#d34dae

Complementary Color

#d34dae #4dd372

#d34dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34dae Color CSS Codes

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

#d34dae Text Font Color

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

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


#d34dae Background Color

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

This div background color is #d34dae


#d34dae Border Color

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

This div border color is #d34dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,77,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34dae


Comments

No comments written yet.

Please login to write comment.