Color Hex Logo

#d79bc0 Color Hex

#D79BC0
(215,155,192)
0 Favorites   0 Comments

Color spaces of #d79bc0

RGB 215155192
HSL0.900.430.73
HSV323°28°84°
CMYK 0.000.280.11   0.16
XYZ49.260141.695555.3209
Yxy41.69550.33680.2850
Hunter Lab64.572123.1713-5.5952
CIE-Lab70.660528.0899-10.1757

#d79bc0 color RGB value is (215,155,192).

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

The process color (four color CMYK) of #d79bc0 color hex is 0.00, 0.28, 0.11, 0.16. Web safe color of #d79bc0 is #cc99cc. Color #d79bc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011011 11000000
Octal 327 233 300
Decimal 215 155 192
Hex D7 9B C0

RGB Percentages of Color #d79bc0

%38.26
%27.58
%34.16

CMYK Percentages of Color #d79bc0

%0
%28
%11
%16

Triadic Colors of #d79bc0

#d79bc0 #c0d79b #9bc0d7

Analogous Colors of #d79bc0

#d79bc0 #d79ba2 #d09bd7

Monochromatic Colors of #d79bc0

#d79bc0

Complementary Color

#d79bc0 #9bd7b2

#d79bc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79bc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79bc0 Color CSS Codes

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

#d79bc0 Text Font Color

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

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


#d79bc0 Background Color

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

This div background color is #d79bc0


#d79bc0 Border Color

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

This div border color is #d79bc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79bc0


Comments

No comments written yet.

Please login to write comment.