Color Hex Logo

#d74aaf Color Hex

#D74AAF
(215,74,175)
0 Favorites   0 Comments

Color spaces of #d74aaf

RGB 21574175
HSL0.880.640.57
HSV317°66°84°
CMYK 0.000.660.19   0.16
XYZ38.211022.439842.8748
Yxy22.43980.36910.2168
Hunter Lab47.370761.0863-20.5034
CIE-Lab54.490665.1843-25.0567

#d74aaf color RGB value is (215,74,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001010 10101111
Octal 327 112 257
Decimal 215 74 175
Hex D7 4A AF

RGB Percentages of Color #d74aaf

%46.34
%15.95
%37.72

CMYK Percentages of Color #d74aaf

%0
%66
%19
%16

Triadic Colors of #d74aaf

#d74aaf #afd74a #4aafd7

Analogous Colors of #d74aaf

#d74aaf #d74a69 #b94ad7

Monochromatic Colors of #d74aaf

#d74aaf

Complementary Color

#d74aaf #4ad772

#d74aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74aaf Color CSS Codes

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

#d74aaf Text Font Color

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

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


#d74aaf Background Color

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

This div background color is #d74aaf


#d74aaf Border Color

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

This div border color is #d74aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74aaf


Comments

No comments written yet.

Please login to write comment.