Color Hex Logo

#d2689b Color Hex

#D2689B
(210,104,155)
0 Favorites   0 Comments

Color spaces of #d2689b

RGB 210104155
HSL0.920.540.62
HSV331°50°82°
CMYK 0.000.500.26   0.18
XYZ37.445125.968834.0493
Yxy25.96880.38420.2664
Hunter Lab50.959641.9825-3.9437
CIE-Lab58.007447.5432-8.1529

#d2689b color RGB value is (210,104,155).

#d2689b hex color red value is 210, green value is 104 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d2689b hue: 0.92 , saturation: 0.54 and the lightness value of d2689b is 0.62.

The process color (four color CMYK) of #d2689b color hex is 0.00, 0.50, 0.26, 0.18. Web safe color of #d2689b is #cc6699. Color #d2689b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101000 10011011
Octal 322 150 233
Decimal 210 104 155
Hex D2 68 9B

RGB Percentages of Color #d2689b

%44.78
%22.17
%33.05

CMYK Percentages of Color #d2689b

%0
%50
%26
%18

Triadic Colors of #d2689b

#d2689b #9bd268 #689bd2

Analogous Colors of #d2689b

#d2689b #d26a68 #d268d0

Monochromatic Colors of #d2689b

#d2689b

Complementary Color

#d2689b #68d29f

#d2689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2689b Color CSS Codes

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

#d2689b Text Font Color

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

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


#d2689b Background Color

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

This div background color is #d2689b


#d2689b Border Color

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

This div border color is #d2689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2689b


Comments

No comments written yet.

Please login to write comment.