Color Hex Logo

#d874bf Color Hex

#D874BF
(216,116,191)
0 Favorites   0 Comments

Color spaces of #d874bf

RGB 216116191
HSL0.880.560.65
HSV315°46°85°
CMYK 0.000.460.12   0.15
XYZ43.968330.851352.9277
Yxy30.85130.34420.2415
Hunter Lab55.543944.0978-17.6165
CIE-Lab62.381948.8436-22.1137

#d874bf color RGB value is (216,116,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 10111111
Octal 330 164 277
Decimal 216 116 191
Hex D8 74 BF

RGB Percentages of Color #d874bf

%41.30
%22.18
%36.52

CMYK Percentages of Color #d874bf

%0
%46
%12
%15

Triadic Colors of #d874bf

#d874bf #bfd874 #74bfd8

Analogous Colors of #d874bf

#d874bf #d8748d #bf74d8

Monochromatic Colors of #d874bf

#d874bf

Complementary Color

#d874bf #74d88d

#d874bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874bf Color CSS Codes

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

#d874bf Text Font Color

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

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


#d874bf Background Color

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

This div background color is #d874bf


#d874bf Border Color

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

This div border color is #d874bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,116,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874bf


Comments

No comments written yet.

Please login to write comment.