Color Hex Logo

#d799bd Color Hex

#D799BD
(215,153,189)
0 Favorites   0 Comments

Color spaces of #d799bd

RGB 215153189
HSL0.900.440.72
HSV325°29°84°
CMYK 0.000.290.12   0.16
XYZ48.600940.903753.4778
Yxy40.90370.33990.2861
Hunter Lab63.956023.7212-4.8071
CIE-Lab70.108428.6700-9.3351

#d799bd color RGB value is (215,153,189).

#d799bd hex color red value is 215, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d799bd hue: 0.90 , saturation: 0.44 and the lightness value of d799bd is 0.72.

The process color (four color CMYK) of #d799bd color hex is 0.00, 0.29, 0.12, 0.16. Web safe color of #d799bd is #cc99cc. Color #d799bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011001 10111101
Octal 327 231 275
Decimal 215 153 189
Hex D7 99 BD

RGB Percentages of Color #d799bd

%38.60
%27.47
%33.93

CMYK Percentages of Color #d799bd

%0
%29
%12
%16

Triadic Colors of #d799bd

#d799bd #bdd799 #99bdd7

Analogous Colors of #d799bd

#d799bd #d7999e #d299d7

Monochromatic Colors of #d799bd

#d799bd

Complementary Color

#d799bd #99d7b3

#d799bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d799bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d799bd Color CSS Codes

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

#d799bd Text Font Color

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

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


#d799bd Background Color

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

This div background color is #d799bd


#d799bd Border Color

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

This div border color is #d799bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d799bd


Comments

No comments written yet.

Please login to write comment.