Color Hex Logo

#d291b6 Color Hex

#D291B6
(210,145,182)
0 Favorites   0 Comments

Color spaces of #d291b6

RGB 210145182
HSL0.910.420.70
HSV326°31°82°
CMYK 0.000.310.13   0.18
XYZ45.147237.329849.0818
Yxy37.32980.34320.2837
Hunter Lab61.098124.9772-4.8606
CIE-Lab67.523730.1063-9.3435

#d291b6 color RGB value is (210,145,182).

#d291b6 hex color red value is 210, green value is 145 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #d291b6 hue: 0.91 , saturation: 0.42 and the lightness value of d291b6 is 0.70.

The process color (four color CMYK) of #d291b6 color hex is 0.00, 0.31, 0.13, 0.18. Web safe color of #d291b6 is #cc99cc. Color #d291b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010001 10110110
Octal 322 221 266
Decimal 210 145 182
Hex D2 91 B6

RGB Percentages of Color #d291b6

%39.11
%27.00
%33.89

CMYK Percentages of Color #d291b6

%0
%31
%13
%18

Triadic Colors of #d291b6

#d291b6 #b6d291 #91b6d2

Analogous Colors of #d291b6

#d291b6 #d29196 #ce91d2

Monochromatic Colors of #d291b6

#d291b6

Complementary Color

#d291b6 #91d2ad

#d291b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d291b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d291b6 Color CSS Codes

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

#d291b6 Text Font Color

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

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


#d291b6 Background Color

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

This div background color is #d291b6


#d291b6 Border Color

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

This div border color is #d291b6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,145,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d291b6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d291b6


Comments

No comments written yet.

Please login to write comment.