Color Hex Logo

#d700bf Color Hex

#D700BF
(215,0,191)
0 Favorites   0 Comments

Color spaces of #d700bf

RGB 2150191
HSL0.851.000.42
HSV307°100°84°
CMYK 0.001.000.11   0.16
XYZ37.428318.208750.8321
Yxy18.20870.35150.1710
Hunter Lab42.671781.8911-40.7584
CIE-Lab49.748383.0882-41.7924

#d700bf color RGB value is (215,0,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000000 10111111
Octal 327 0 277
Decimal 215 0 191
Hex D7 0 BF

RGB Percentages of Color #d700bf

%52.96
%0.00
%47.04

CMYK Percentages of Color #d700bf

%0
%100
%11
%16

Triadic Colors of #d700bf

#d700bf #bfd700 #00bfd7

Analogous Colors of #d700bf

#d700bf #d70053 #8400d7

Monochromatic Colors of #d700bf

#d700bf

Complementary Color

#d700bf #00d718

#d700bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d700bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d700bf Color CSS Codes

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

#d700bf Text Font Color

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

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


#d700bf Background Color

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

This div background color is #d700bf


#d700bf Border Color

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

This div border color is #d700bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d700bf


Comments

No comments written yet.

Please login to write comment.