Color Hex Logo

#d944bf Color Hex

#D944BF
(217,68,191)
0 Favorites   0 Comments

Color spaces of #d944bf

RGB 21768191
HSL0.860.660.56
HSV310°69°85°
CMYK 0.000.690.12   0.15
XYZ40.086422.647551.5488
Yxy22.64750.35080.1982
Hunter Lab47.589467.0761-30.9103
CIE-Lab54.707470.1908-33.9680

#d944bf color RGB value is (217,68,191).

#d944bf hex color red value is 217, green value is 68 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d944bf hue: 0.86 , saturation: 0.66 and the lightness value of d944bf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000100 10111111
Octal 331 104 277
Decimal 217 68 191
Hex D9 44 BF

RGB Percentages of Color #d944bf

%45.59
%14.29
%40.13

CMYK Percentages of Color #d944bf

%0
%69
%12
%15

Triadic Colors of #d944bf

#d944bf #bfd944 #44bfd9

Analogous Colors of #d944bf

#d944bf #d94475 #a944d9

Monochromatic Colors of #d944bf

#d944bf

Complementary Color

#d944bf #44d95e

#d944bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d944bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d944bf Color CSS Codes

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

#d944bf Text Font Color

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

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


#d944bf Background Color

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

This div background color is #d944bf


#d944bf Border Color

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

This div border color is #d944bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d944bf


Comments

No comments written yet.

Please login to write comment.