Color Hex Logo

#d26dbb Color Hex

#D26DBB
(210,109,187)
0 Favorites   0 Comments

Color spaces of #d26dbb

RGB 210109187
HSL0.870.530.63
HSV314°48°82°
CMYK 0.000.480.11   0.18
XYZ41.016628.226850.3002
Yxy28.22680.34310.2361
Hunter Lab53.128944.8301-18.9430
CIE-Lab60.093149.8547-23.4135

#d26dbb color RGB value is (210,109,187).

#d26dbb hex color red value is 210, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d26dbb hue: 0.87 , saturation: 0.53 and the lightness value of d26dbb is 0.63.

The process color (four color CMYK) of #d26dbb color hex is 0.00, 0.48, 0.11, 0.18. Web safe color of #d26dbb is #cc66cc. Color #d26dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101101 10111011
Octal 322 155 273
Decimal 210 109 187
Hex D2 6D BB

RGB Percentages of Color #d26dbb

%41.50
%21.54
%36.96

CMYK Percentages of Color #d26dbb

%0
%48
%11
%18

Triadic Colors of #d26dbb

#d26dbb #bbd26d #6dbbd2

Analogous Colors of #d26dbb

#d26dbb #d26d89 #b76dd2

Monochromatic Colors of #d26dbb

#d26dbb

Complementary Color

#d26dbb #6dd284

#d26dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26dbb Color CSS Codes

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

#d26dbb Text Font Color

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

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


#d26dbb Background Color

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

This div background color is #d26dbb


#d26dbb Border Color

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

This div border color is #d26dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26dbb


Comments

No comments written yet.

Please login to write comment.