Color Hex Logo

#d449bf Color Hex

#D449BF
(212,73,191)
0 Favorites   0 Comments

Color spaces of #d449bf

RGB 21273191
HSL0.860.620.56
HSV309°66°83°
CMYK 0.000.660.10   0.17
XYZ38.937922.523751.5855
Yxy22.52370.34440.1992
Hunter Lab47.459163.3970-31.2236
CIE-Lab54.578367.1314-34.2275

#d449bf color RGB value is (212,73,191).

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

The process color (four color CMYK) of #d449bf color hex is 0.00, 0.66, 0.10, 0.17. Web safe color of #d449bf is #cc33cc. Color #d449bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001001 10111111
Octal 324 111 277
Decimal 212 73 191
Hex D4 49 BF

RGB Percentages of Color #d449bf

%44.54
%15.34
%40.13

CMYK Percentages of Color #d449bf

%0
%66
%10
%17

Triadic Colors of #d449bf

#d449bf #bfd449 #49bfd4

Analogous Colors of #d449bf

#d449bf #d4497a #a449d4

Monochromatic Colors of #d449bf

#d449bf

Complementary Color

#d449bf #49d45e

#d449bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d449bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d449bf Color CSS Codes

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

#d449bf Text Font Color

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

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


#d449bf Background Color

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

This div background color is #d449bf


#d449bf Border Color

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

This div border color is #d449bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d449bf


Comments

No comments written yet.

Please login to write comment.