Color Hex Logo

#d749bf Color Hex

#D749BF
(215,73,191)
0 Favorites   0 Comments

Color spaces of #d749bf

RGB 21573191
HSL0.860.640.56
HSV310°66°84°
CMYK 0.000.660.11   0.16
XYZ39.810822.973751.6263
Yxy22.97370.34800.2008
Hunter Lab47.930964.3808-30.3096
CIE-Lab55.045267.8732-33.4636

#d749bf color RGB value is (215,73,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 10111111
Octal 327 111 277
Decimal 215 73 191
Hex D7 49 BF

RGB Percentages of Color #d749bf

%44.89
%15.24
%39.87

CMYK Percentages of Color #d749bf

%0
%66
%11
%16

Triadic Colors of #d749bf

#d749bf #bfd749 #49bfd7

Analogous Colors of #d749bf

#d749bf #d74978 #a849d7

Monochromatic Colors of #d749bf

#d749bf

Complementary Color

#d749bf #49d761

#d749bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d749bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d749bf Color CSS Codes

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

#d749bf Text Font Color

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

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


#d749bf Background Color

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

This div background color is #d749bf


#d749bf Border Color

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

This div border color is #d749bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d749bf


Comments

No comments written yet.

Please login to write comment.