Color Hex Logo

#d867bf Color Hex

#D867BF
(216,103,191)
0 Favorites   0 Comments

Color spaces of #d867bf

RGB 216103191
HSL0.870.590.63
HSV313°52°85°
CMYK 0.000.520.12   0.15
XYZ42.573128.061052.4627
Yxy28.06100.34590.2280
Hunter Lab52.972650.7549-21.6384
CIE-Lab59.943855.2184-25.8555

#d867bf color RGB value is (216,103,191).

#d867bf hex color red value is 216, green value is 103 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d867bf hue: 0.87 , saturation: 0.59 and the lightness value of d867bf is 0.63.

The process color (four color CMYK) of #d867bf color hex is 0.00, 0.52, 0.12, 0.15. Web safe color of #d867bf is #cc66cc. Color #d867bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100111 10111111
Octal 330 147 277
Decimal 216 103 191
Hex D8 67 BF

RGB Percentages of Color #d867bf

%42.35
%20.20
%37.45

CMYK Percentages of Color #d867bf

%0
%52
%12
%15

Triadic Colors of #d867bf

#d867bf #bfd867 #67bfd8

Analogous Colors of #d867bf

#d867bf #d86787 #b967d8

Monochromatic Colors of #d867bf

#d867bf

Complementary Color

#d867bf #67d880

#d867bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d867bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d867bf Color CSS Codes

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

#d867bf Text Font Color

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

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


#d867bf Background Color

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

This div background color is #d867bf


#d867bf Border Color

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

This div border color is #d867bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d867bf


Comments

No comments written yet.

Please login to write comment.