Color Hex Logo

#d795ba Color Hex

#D795BA
(215,149,186)
0 Favorites   0 Comments

Color spaces of #d795ba

RGB 215149186
HSL0.910.450.71
HSV326°31°84°
CMYK 0.000.310.13   0.16
XYZ47.634739.487151.5655
Yxy39.48710.34350.2847
Hunter Lab62.838825.3435-4.6663
CIE-Lab69.102630.3378-9.1654

#d795ba color RGB value is (215,149,186).

#d795ba hex color red value is 215, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d795ba hue: 0.91 , saturation: 0.45 and the lightness value of d795ba is 0.71.

The process color (four color CMYK) of #d795ba color hex is 0.00, 0.31, 0.13, 0.16. Web safe color of #d795ba is #cc99cc. Color #d795ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010101 10111010
Octal 327 225 272
Decimal 215 149 186
Hex D7 95 BA

RGB Percentages of Color #d795ba

%39.09
%27.09
%33.82

CMYK Percentages of Color #d795ba

%0
%31
%13
%16

Triadic Colors of #d795ba

#d795ba #bad795 #95bad7

Analogous Colors of #d795ba

#d795ba #d79599 #d395d7

Monochromatic Colors of #d795ba

#d795ba

Complementary Color

#d795ba #95d7b2

#d795ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d795ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d795ba Color CSS Codes

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

#d795ba Text Font Color

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

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


#d795ba Background Color

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

This div background color is #d795ba


#d795ba Border Color

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

This div border color is #d795ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d795ba


Comments

No comments written yet.

Please login to write comment.