Color Hex Logo

#d74a9b Color Hex

#D74A9B
(215,74,155)
0 Favorites   0 Comments

Color spaces of #d74a9b

RGB 21574155
HSL0.900.640.57
HSV326°66°84°
CMYK 0.000.660.28   0.16
XYZ36.389521.711233.2831
Yxy21.71120.39820.2376
Hunter Lab46.595357.8614-9.7343
CIE-Lab53.719262.5495-14.5204

#d74a9b color RGB value is (215,74,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001010 10011011
Octal 327 112 233
Decimal 215 74 155
Hex D7 4A 9B

RGB Percentages of Color #d74a9b

%48.42
%16.67
%34.91

CMYK Percentages of Color #d74a9b

%0
%66
%28
%16

Triadic Colors of #d74a9b

#d74a9b #9bd74a #4a9bd7

Analogous Colors of #d74a9b

#d74a9b #d74a54 #cd4ad7

Monochromatic Colors of #d74a9b

#d74a9b

Complementary Color

#d74a9b #4ad786

#d74a9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74a9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74a9b Color CSS Codes

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

#d74a9b Text Font Color

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

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


#d74a9b Background Color

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

This div background color is #d74a9b


#d74a9b Border Color

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

This div border color is #d74a9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74a9b


Comments

No comments written yet.

Please login to write comment.