Color Hex Logo

#d850bd Color Hex

#D850BD
(216,80,189)
0 Favorites   0 Comments

Color spaces of #d850bd

RGB 21680189
HSL0.870.640.58
HSV312°63°85°
CMYK 0.000.630.13   0.15
XYZ40.372924.010450.6507
Yxy24.01040.35100.2087
Hunter Lab49.000461.3208-26.9866
CIE-Lab56.098265.0870-30.6595

#d850bd color RGB value is (216,80,189).

#d850bd hex color red value is 216, green value is 80 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d850bd hue: 0.87 , saturation: 0.64 and the lightness value of d850bd is 0.58.

The process color (four color CMYK) of #d850bd color hex is 0.00, 0.63, 0.13, 0.15. Web safe color of #d850bd is #cc66cc. Color #d850bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010000 10111101
Octal 330 120 275
Decimal 216 80 189
Hex D8 50 BD

RGB Percentages of Color #d850bd

%44.54
%16.49
%38.97

CMYK Percentages of Color #d850bd

%0
%63
%13
%15

Triadic Colors of #d850bd

#d850bd #bdd850 #50bdd8

Analogous Colors of #d850bd

#d850bd #d85079 #af50d8

Monochromatic Colors of #d850bd

#d850bd

Complementary Color

#d850bd #50d86b

#d850bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d850bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d850bd Color CSS Codes

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

#d850bd Text Font Color

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

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


#d850bd Background Color

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

This div background color is #d850bd


#d850bd Border Color

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

This div border color is #d850bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d850bd


Comments

No comments written yet.

Please login to write comment.