Color Hex Logo

#d894ba Color Hex

#D894BA
(216,148,186)
0 Favorites   0 Comments

Color spaces of #d894ba

RGB 216148186
HSL0.910.470.71
HSV326°31°85°
CMYK 0.000.310.14   0.15
XYZ47.771739.323951.5268
Yxy39.32390.34460.2837
Hunter Lab62.708826.2414-4.8215
CIE-Lab68.985231.2242-9.3288

#d894ba color RGB value is (216,148,186).

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

The process color (four color CMYK) of #d894ba color hex is 0.00, 0.31, 0.14, 0.15. Web safe color of #d894ba is #cc99cc. Color #d894ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010100 10111010
Octal 330 224 272
Decimal 216 148 186
Hex D8 94 BA

RGB Percentages of Color #d894ba

%39.27
%26.91
%33.82

CMYK Percentages of Color #d894ba

%0
%31
%14
%15

Triadic Colors of #d894ba

#d894ba #bad894 #94bad8

Analogous Colors of #d894ba

#d894ba #d89498 #d494d8

Monochromatic Colors of #d894ba

#d894ba

Complementary Color

#d894ba #94d8b2

#d894ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d894ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d894ba Color CSS Codes

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

#d894ba Text Font Color

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

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


#d894ba Background Color

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

This div background color is #d894ba


#d894ba Border Color

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

This div border color is #d894ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d894ba


Comments

No comments written yet.

Please login to write comment.