Color Hex Logo

#d151bf Color Hex

#D151BF
(209,81,191)
0 Favorites   0 Comments

Color spaces of #d151bf

RGB 20981191
HSL0.860.580.57
HSV308°61°82°
CMYK 0.000.610.09   0.18
XYZ38.640923.201851.7320
Yxy23.20180.34020.2043
Hunter Lab48.168258.8995-29.9588
CIE-Lab55.279663.1620-33.1659

#d151bf color RGB value is (209,81,191).

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

The process color (four color CMYK) of #d151bf color hex is 0.00, 0.61, 0.09, 0.18. Web safe color of #d151bf is #cc66cc. Color #d151bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010001 10111111
Octal 321 121 277
Decimal 209 81 191
Hex D1 51 BF

RGB Percentages of Color #d151bf

%43.45
%16.84
%39.71

CMYK Percentages of Color #d151bf

%0
%61
%9
%18

Triadic Colors of #d151bf

#d151bf #bfd151 #51bfd1

Analogous Colors of #d151bf

#d151bf #d1517f #a351d1

Monochromatic Colors of #d151bf

#d151bf

Complementary Color

#d151bf #51d163

#d151bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d151bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d151bf Color CSS Codes

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

#d151bf Text Font Color

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

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


#d151bf Background Color

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

This div background color is #d151bf


#d151bf Border Color

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

This div border color is #d151bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d151bf


Comments

No comments written yet.

Please login to write comment.