Color Hex Logo

#d61dae Color Hex

#D61DAE
(214,29,174)
0 Favorites   0 Comments

Color spaces of #d61dae

RGB 21429174
HSL0.870.760.48
HSV313°86°84°
CMYK 0.000.860.19   0.16
XYZ35.810918.230941.6759
Yxy18.23090.37410.1905
Hunter Lab42.697774.9886-27.9828
CIE-Lab49.775077.6161-31.8077

#d61dae color RGB value is (214,29,174).

#d61dae hex color red value is 214, green value is 29 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d61dae hue: 0.87 , saturation: 0.76 and the lightness value of d61dae is 0.48.

The process color (four color CMYK) of #d61dae color hex is 0.00, 0.86, 0.19, 0.16. Web safe color of #d61dae is #cc3399. Color #d61dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011101 10101110
Octal 326 35 256
Decimal 214 29 174
Hex D6 1D AE

RGB Percentages of Color #d61dae

%51.32
%6.95
%41.73

CMYK Percentages of Color #d61dae

%0
%86
%19
%16

Triadic Colors of #d61dae

#d61dae #aed61d #1daed6

Analogous Colors of #d61dae

#d61dae #d61d52 #a21dd6

Monochromatic Colors of #d61dae

#d61dae

Complementary Color

#d61dae #1dd645

#d61dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61dae Color CSS Codes

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

#d61dae Text Font Color

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

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


#d61dae Background Color

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

This div background color is #d61dae


#d61dae Border Color

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

This div border color is #d61dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61dae


Comments

No comments written yet.

Please login to write comment.