Color Hex Logo

#d7479b Color Hex

#D7479B
(215,71,155)
0 Favorites   0 Comments

Color spaces of #d7479b

RGB 21571155
HSL0.900.640.56
HSV325°67°84°
CMYK 0.000.670.28   0.16
XYZ36.194021.320133.2179
Yxy21.32010.39890.2350
Hunter Lab46.173759.1162-10.3323
CIE-Lab53.298163.7136-15.1585

#d7479b color RGB value is (215,71,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 10011011
Octal 327 107 233
Decimal 215 71 155
Hex D7 47 9B

RGB Percentages of Color #d7479b

%48.75
%16.10
%35.15

CMYK Percentages of Color #d7479b

%0
%67
%28
%16

Triadic Colors of #d7479b

#d7479b #9bd747 #479bd7

Analogous Colors of #d7479b

#d7479b #d74753 #cb47d7

Monochromatic Colors of #d7479b

#d7479b

Complementary Color

#d7479b #47d783

#d7479b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7479b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7479b Color CSS Codes

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

#d7479b Text Font Color

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

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


#d7479b Background Color

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

This div background color is #d7479b


#d7479b Border Color

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

This div border color is #d7479b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,71,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 #d7479b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7479b


Comments

No comments written yet.

Please login to write comment.