Color Hex Logo

#d827bf Color Hex

#D827BF
(216,39,191)
0 Favorites   0 Comments

Color spaces of #d827bf

RGB 21639191
HSL0.860.690.50
HSV308°82°85°
CMYK 0.000.820.12   0.15
XYZ38.448419.811651.0878
Yxy19.81160.35160.1812
Hunter Lab44.510276.2973-36.8945
CIE-Lab51.623578.3048-38.8189

#d827bf color RGB value is (216,39,191).

#d827bf hex color red value is 216, green value is 39 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d827bf hue: 0.86 , saturation: 0.69 and the lightness value of d827bf is 0.50.

The process color (four color CMYK) of #d827bf color hex is 0.00, 0.82, 0.12, 0.15. Web safe color of #d827bf is #cc33cc. Color #d827bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100111 10111111
Octal 330 47 277
Decimal 216 39 191
Hex D8 27 BF

RGB Percentages of Color #d827bf

%48.43
%8.74
%42.83

CMYK Percentages of Color #d827bf

%0
%82
%12
%15

Triadic Colors of #d827bf

#d827bf #bfd827 #27bfd8

Analogous Colors of #d827bf

#d827bf #d82767 #9927d8

Monochromatic Colors of #d827bf

#d827bf

Complementary Color

#d827bf #27d840

#d827bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d827bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d827bf Color CSS Codes

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

#d827bf Text Font Color

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

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


#d827bf Background Color

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

This div background color is #d827bf


#d827bf Border Color

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

This div border color is #d827bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d827bf


Comments

No comments written yet.

Please login to write comment.