Color Hex Logo

#d929bf Color Hex

#D929BF
(217,41,191)
0 Favorites   0 Comments

Color spaces of #d929bf

RGB 21741191
HSL0.860.700.51
HSV309°81°85°
CMYK 0.000.810.12   0.15
XYZ38.812220.099251.1241
Yxy20.09920.35270.1827
Hunter Lab44.832176.0753-36.2286
CIE-Lab51.949278.0638-38.2943

#d929bf color RGB value is (217,41,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101001 10111111
Octal 331 51 277
Decimal 217 41 191
Hex D9 29 BF

RGB Percentages of Color #d929bf

%48.33
%9.13
%42.54

CMYK Percentages of Color #d929bf

%0
%81
%12
%15

Triadic Colors of #d929bf

#d929bf #bfd929 #29bfd9

Analogous Colors of #d929bf

#d929bf #d92967 #9b29d9

Monochromatic Colors of #d929bf

#d929bf

Complementary Color

#d929bf #29d943

#d929bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d929bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d929bf Color CSS Codes

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

#d929bf Text Font Color

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

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


#d929bf Background Color

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

This div background color is #d929bf


#d929bf Border Color

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

This div border color is #d929bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d929bf


Comments

No comments written yet.

Please login to write comment.