Color Hex Logo

#d74aab Color Hex

#D74AAB
(215,74,171)
0 Favorites   0 Comments

Color spaces of #d74aab

RGB 21574171
HSL0.890.640.57
HSV319°66°84°
CMYK 0.000.660.20   0.16
XYZ37.823822.284940.8360
Yxy22.28490.37470.2208
Hunter Lab47.206960.4084-18.2436
CIE-Lab54.328064.6343-22.9755

#d74aab color RGB value is (215,74,171).

#d74aab hex color red value is 215, green value is 74 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d74aab hue: 0.89 , saturation: 0.64 and the lightness value of d74aab is 0.57.

The process color (four color CMYK) of #d74aab color hex is 0.00, 0.66, 0.20, 0.16. Web safe color of #d74aab is #cc3399. Color #d74aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001010 10101011
Octal 327 112 253
Decimal 215 74 171
Hex D7 4A AB

RGB Percentages of Color #d74aab

%46.74
%16.09
%37.17

CMYK Percentages of Color #d74aab

%0
%66
%20
%16

Triadic Colors of #d74aab

#d74aab #abd74a #4aabd7

Analogous Colors of #d74aab

#d74aab #d74a65 #bd4ad7

Monochromatic Colors of #d74aab

#d74aab

Complementary Color

#d74aab #4ad776

#d74aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74aab Color CSS Codes

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

#d74aab Text Font Color

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

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


#d74aab Background Color

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

This div background color is #d74aab


#d74aab Border Color

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

This div border color is #d74aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74aab


Comments

No comments written yet.

Please login to write comment.