Color Hex Logo

#d849bf Color Hex

#D849BF
(216,73,191)
0 Favorites   0 Comments

Color spaces of #d849bf

RGB 21673191
HSL0.860.650.57
HSV310°66°85°
CMYK 0.000.660.12   0.15
XYZ40.105423.125651.6401
Yxy23.12560.34910.2013
Hunter Lab48.089164.7098-30.0058
CIE-Lab55.201568.1203-33.2081

#d849bf color RGB value is (216,73,191).

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

The process color (four color CMYK) of #d849bf color hex is 0.00, 0.66, 0.12, 0.15. Web safe color of #d849bf is #cc33cc. Color #d849bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 10111111
Octal 330 111 277
Decimal 216 73 191
Hex D8 49 BF

RGB Percentages of Color #d849bf

%45.00
%15.21
%39.79

CMYK Percentages of Color #d849bf

%0
%66
%12
%15

Triadic Colors of #d849bf

#d849bf #bfd849 #49bfd8

Analogous Colors of #d849bf

#d849bf #d84978 #aa49d8

Monochromatic Colors of #d849bf

#d849bf

Complementary Color

#d849bf #49d862

#d849bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d849bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d849bf Color CSS Codes

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

#d849bf Text Font Color

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

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


#d849bf Background Color

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

This div background color is #d849bf


#d849bf Border Color

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

This div border color is #d849bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d849bf


Comments

No comments written yet.

Please login to write comment.