Color Hex Logo

#d491bf Color Hex

#D491BF
(212,145,191)
0 Favorites   0 Comments

Color spaces of #d491bf

RGB 212145191
HSL0.890.440.70
HSV319°32°83°
CMYK 0.000.320.10   0.17
XYZ46.680738.009454.1664
Yxy38.00940.33620.2737
Hunter Lab61.651827.2638-8.9352
CIE-Lab68.027532.3026-13.5972

#d491bf color RGB value is (212,145,191).

#d491bf hex color red value is 212, green value is 145 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d491bf hue: 0.89 , saturation: 0.44 and the lightness value of d491bf is 0.70.

The process color (four color CMYK) of #d491bf color hex is 0.00, 0.32, 0.10, 0.17. Web safe color of #d491bf is #cc99cc. Color #d491bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010001 10111111
Octal 324 221 277
Decimal 212 145 191
Hex D4 91 BF

RGB Percentages of Color #d491bf

%38.69
%26.46
%34.85

CMYK Percentages of Color #d491bf

%0
%32
%10
%17

Triadic Colors of #d491bf

#d491bf #bfd491 #91bfd4

Analogous Colors of #d491bf

#d491bf #d4919e #c891d4

Monochromatic Colors of #d491bf

#d491bf

Complementary Color

#d491bf #91d4a6

#d491bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d491bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d491bf Color CSS Codes

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

#d491bf Text Font Color

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

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


#d491bf Background Color

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

This div background color is #d491bf


#d491bf Border Color

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

This div border color is #d491bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d491bf


Comments

No comments written yet.

Please login to write comment.