Color Hex Logo

#d500bf Color Hex

#D500BF
(213,0,191)
0 Favorites   0 Comments

Color spaces of #d500bf

RGB 2130191
HSL0.851.000.42
HSV306°100°84°
CMYK 0.001.000.10   0.16
XYZ36.844517.907750.8048
Yxy17.90770.34900.1696
Hunter Lab42.317581.3587-41.5591
CIE-Lab49.384082.7430-42.3927

#d500bf color RGB value is (213,0,191).

#d500bf hex color red value is 213, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d500bf hue: 0.85 , saturation: 1.00 and the lightness value of d500bf is 0.42.

The process color (four color CMYK) of #d500bf color hex is 0.00, 1.00, 0.10, 0.16. Web safe color of #d500bf is #cc00cc. Color #d500bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000000 10111111
Octal 325 0 277
Decimal 213 0 191
Hex D5 0 BF

RGB Percentages of Color #d500bf

%52.72
%0.00
%47.28

CMYK Percentages of Color #d500bf

%0
%100
%10
%16

Triadic Colors of #d500bf

#d500bf #bfd500 #00bfd5

Analogous Colors of #d500bf

#d500bf #d50055 #8100d5

Monochromatic Colors of #d500bf

#d500bf

Complementary Color

#d500bf #00d516

#d500bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d500bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d500bf Color CSS Codes

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

#d500bf Text Font Color

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

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


#d500bf Background Color

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

This div background color is #d500bf


#d500bf Border Color

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

This div border color is #d500bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d500bf


Comments

No comments written yet.

Please login to write comment.