Color Hex Logo

#d61faa Color Hex

#D61FAA
(214,31,170)
0 Favorites   0 Comments

Color spaces of #d61faa

RGB 21431170
HSL0.870.750.48
HSV314°86°84°
CMYK 0.000.860.21   0.16
XYZ35.477218.178439.6691
Yxy18.17840.38010.1948
Hunter Lab42.636173.9152-25.3187
CIE-Lab49.711876.7633-29.5474

#d61faa color RGB value is (214,31,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011111 10101010
Octal 326 37 252
Decimal 214 31 170
Hex D6 1F AA

RGB Percentages of Color #d61faa

%51.57
%7.47
%40.96

CMYK Percentages of Color #d61faa

%0
%86
%21
%16

Triadic Colors of #d61faa

#d61faa #aad61f #1faad6

Analogous Colors of #d61faa

#d61faa #d61f4f #a71fd6

Monochromatic Colors of #d61faa

#d61faa

Complementary Color

#d61faa #1fd64b

#d61faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61faa Color CSS Codes

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

#d61faa Text Font Color

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

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


#d61faa Background Color

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

This div background color is #d61faa


#d61faa Border Color

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

This div border color is #d61faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,31,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61faa


Comments

No comments written yet.

Please login to write comment.