Color Hex Logo

#d579bf Color Hex

#D579BF
(213,121,191)
0 Favorites   0 Comments

Color spaces of #d579bf

RGB 213121191
HSL0.870.520.65
HSV314°43°84°
CMYK 0.000.430.10   0.16
XYZ43.681931.582553.0840
Yxy31.58250.34030.2461
Hunter Lab56.198340.3977-16.6655
CIE-Lab62.996345.3539-21.2090

#d579bf color RGB value is (213,121,191).

#d579bf hex color red value is 213, green value is 121 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d579bf hue: 0.87 , saturation: 0.52 and the lightness value of d579bf is 0.65.

The process color (four color CMYK) of #d579bf color hex is 0.00, 0.43, 0.10, 0.16. Web safe color of #d579bf is #cc66cc. Color #d579bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111001 10111111
Octal 325 171 277
Decimal 213 121 191
Hex D5 79 BF

RGB Percentages of Color #d579bf

%40.57
%23.05
%36.38

CMYK Percentages of Color #d579bf

%0
%43
%10
%16

Triadic Colors of #d579bf

#d579bf #bfd579 #79bfd5

Analogous Colors of #d579bf

#d579bf #d57991 #bd79d5

Monochromatic Colors of #d579bf

#d579bf

Complementary Color

#d579bf #79d58f

#d579bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d579bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d579bf Color CSS Codes

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

#d579bf Text Font Color

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

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


#d579bf Background Color

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

This div background color is #d579bf


#d579bf Border Color

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

This div border color is #d579bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,121,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d579bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d579bf;
  -webkit-box-shadow: 1px 1px 3px 2px #d579bf;
  box-shadow:         1px 1px 3px 2px #d579bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,121,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d579bf


Comments

No comments written yet.

Please login to write comment.