Color Hex Logo

#d469bf Color Hex

#D469BF
(212,105,191)
0 Favorites   0 Comments

Color spaces of #d469bf

RGB 212105191
HSL0.870.550.62
HSV312°50°83°
CMYK 0.000.500.10   0.17
XYZ41.606927.861852.4752
Yxy27.86180.34120.2285
Hunter Lab52.784348.3291-21.9938
CIE-Lab59.763753.0786-26.1785

#d469bf color RGB value is (212,105,191).

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

The process color (four color CMYK) of #d469bf color hex is 0.00, 0.50, 0.10, 0.17. Web safe color of #d469bf is #cc66cc. Color #d469bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101001 10111111
Octal 324 151 277
Decimal 212 105 191
Hex D4 69 BF

RGB Percentages of Color #d469bf

%41.73
%20.67
%37.60

CMYK Percentages of Color #d469bf

%0
%50
%10
%17

Triadic Colors of #d469bf

#d469bf #bfd469 #69bfd4

Analogous Colors of #d469bf

#d469bf #d4698a #b469d4

Monochromatic Colors of #d469bf

#d469bf

Complementary Color

#d469bf #69d47e

#d469bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d469bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d469bf Color CSS Codes

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

#d469bf Text Font Color

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

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


#d469bf Background Color

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

This div background color is #d469bf


#d469bf Border Color

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

This div border color is #d469bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d469bf


Comments

No comments written yet.

Please login to write comment.