Color Hex Logo

#d874ba Color Hex

#D874BA
(216,116,186)
0 Favorites   0 Comments

Color spaces of #d874ba

RGB 216116186
HSL0.880.560.65
HSV318°46°85°
CMYK 0.000.460.14   0.15
XYZ43.427230.634950.0786
Yxy30.63490.34980.2468
Hunter Lab55.348843.1924-14.9004
CIE-Lab62.198248.0426-19.5566

#d874ba color RGB value is (216,116,186).

#d874ba hex color red value is 216, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d874ba hue: 0.88 , saturation: 0.56 and the lightness value of d874ba is 0.65.

The process color (four color CMYK) of #d874ba color hex is 0.00, 0.46, 0.14, 0.15. Web safe color of #d874ba is #cc66cc. Color #d874ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 10111010
Octal 330 164 272
Decimal 216 116 186
Hex D8 74 BA

RGB Percentages of Color #d874ba

%41.70
%22.39
%35.91

CMYK Percentages of Color #d874ba

%0
%46
%14
%15

Triadic Colors of #d874ba

#d874ba #bad874 #74bad8

Analogous Colors of #d874ba

#d874ba #d87488 #c474d8

Monochromatic Colors of #d874ba

#d874ba

Complementary Color

#d874ba #74d892

#d874ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874ba Color CSS Codes

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

#d874ba Text Font Color

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

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


#d874ba Background Color

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

This div background color is #d874ba


#d874ba Border Color

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

This div border color is #d874ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874ba


Comments

No comments written yet.

Please login to write comment.