Color Hex Logo

#d629bf Color Hex

#D629BF
(214,41,191)
0 Favorites   0 Comments

Color spaces of #d629bf

RGB 21441191
HSL0.860.680.50
HSV308°81°84°
CMYK 0.000.810.11   0.16
XYZ37.928519.643651.0828
Yxy19.64360.34910.1808
Hunter Lab44.321175.1923-37.3106
CIE-Lab51.431877.4568-39.1444

#d629bf color RGB value is (214,41,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101001 10111111
Octal 326 51 277
Decimal 214 41 191
Hex D6 29 BF

RGB Percentages of Color #d629bf

%47.98
%9.19
%42.83

CMYK Percentages of Color #d629bf

%0
%81
%11
%16

Triadic Colors of #d629bf

#d629bf #bfd629 #29bfd6

Analogous Colors of #d629bf

#d629bf #d62969 #9729d6

Monochromatic Colors of #d629bf

#d629bf

Complementary Color

#d629bf #29d640

#d629bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d629bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d629bf Color CSS Codes

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

#d629bf Text Font Color

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

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


#d629bf Background Color

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

This div background color is #d629bf


#d629bf Border Color

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

This div border color is #d629bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d629bf


Comments

No comments written yet.

Please login to write comment.