Color Hex Logo

#d71aa1 Color Hex

#D71AA1
(215,26,161)
0 Favorites   0 Comments

Color spaces of #d71aa1

RGB 21526161
HSL0.880.780.47
HSV317°88°84°
CMYK 0.000.880.25   0.16
XYZ34.826717.759135.3105
Yxy17.75910.39620.2020
Hunter Lab42.141573.7686-20.1801
CIE-Lab49.202676.7441-24.9895

#d71aa1 color RGB value is (215,26,161).

#d71aa1 hex color red value is 215, green value is 26 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #d71aa1 hue: 0.88 , saturation: 0.78 and the lightness value of d71aa1 is 0.47.

The process color (four color CMYK) of #d71aa1 color hex is 0.00, 0.88, 0.25, 0.16. Web safe color of #d71aa1 is #cc3399. Color #d71aa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011010 10100001
Octal 327 32 241
Decimal 215 26 161
Hex D7 1A A1

RGB Percentages of Color #d71aa1

%53.48
%6.47
%40.05

CMYK Percentages of Color #d71aa1

%0
%88
%25
%16

Triadic Colors of #d71aa1

#d71aa1 #a1d71a #1aa1d7

Analogous Colors of #d71aa1

#d71aa1 #d71a43 #af1ad7

Monochromatic Colors of #d71aa1

#d71aa1

Complementary Color

#d71aa1 #1ad750

#d71aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71aa1 Color CSS Codes

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

#d71aa1 Text Font Color

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

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


#d71aa1 Background Color

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

This div background color is #d71aa1


#d71aa1 Border Color

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

This div border color is #d71aa1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,26,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d71aa1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d71aa1;
  -webkit-box-shadow: 1px 1px 3px 2px #d71aa1;
  box-shadow:         1px 1px 3px 2px #d71aa1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,26,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71aa1


Comments

No comments written yet.

Please login to write comment.