Color Hex Logo

#d794ba Color Hex

#D794BA
(215,148,186)
0 Favorites   0 Comments

Color spaces of #d794ba

RGB 215148186
HSL0.910.460.71
HSV326°31°84°
CMYK 0.000.310.13   0.16
XYZ47.477239.172151.5130
Yxy39.17210.34360.2835
Hunter Lab62.587625.8767-4.9875
CIE-Lab68.875730.8776-9.5037

#d794ba color RGB value is (215,148,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010100 10111010
Octal 327 224 272
Decimal 215 148 186
Hex D7 94 BA

RGB Percentages of Color #d794ba

%39.16
%26.96
%33.88

CMYK Percentages of Color #d794ba

%0
%31
%13
%16

Triadic Colors of #d794ba

#d794ba #bad794 #94bad7

Analogous Colors of #d794ba

#d794ba #d79499 #d394d7

Monochromatic Colors of #d794ba

#d794ba

Complementary Color

#d794ba #94d7b1

#d794ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d794ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d794ba Color CSS Codes

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

#d794ba Text Font Color

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

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


#d794ba Background Color

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

This div background color is #d794ba


#d794ba Border Color

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

This div border color is #d794ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d794ba


Comments

No comments written yet.

Please login to write comment.