Color Hex Logo

#d721bf Color Hex

#D721BF
(215,33,191)
0 Favorites   0 Comments

Color spaces of #d721bf

RGB 21533191
HSL0.860.730.49
HSV308°85°84°
CMYK 0.000.850.11   0.16
XYZ37.972219.296451.0134
Yxy19.29640.35070.1782
Hunter Lab43.927777.4265-38.1044
CIE-Lab51.032279.3207-39.7630

#d721bf color RGB value is (215,33,191).

#d721bf hex color red value is 215, green value is 33 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d721bf hue: 0.86 , saturation: 0.73 and the lightness value of d721bf is 0.49.

The process color (four color CMYK) of #d721bf color hex is 0.00, 0.85, 0.11, 0.16. Web safe color of #d721bf is #cc33cc. Color #d721bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100001 10111111
Octal 327 41 277
Decimal 215 33 191
Hex D7 21 BF

RGB Percentages of Color #d721bf

%48.97
%7.52
%43.51

CMYK Percentages of Color #d721bf

%0
%85
%11
%16

Triadic Colors of #d721bf

#d721bf #bfd721 #21bfd7

Analogous Colors of #d721bf

#d721bf #d72164 #9421d7

Monochromatic Colors of #d721bf

#d721bf

Complementary Color

#d721bf #21d739

#d721bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d721bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d721bf Color CSS Codes

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

#d721bf Text Font Color

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

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


#d721bf Background Color

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

This div background color is #d721bf


#d721bf Border Color

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

This div border color is #d721bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d721bf


Comments

No comments written yet.

Please login to write comment.