Color Hex Logo

#d28496 Color Hex

#D28496
(210,132,150)
0 Favorites   0 Comments

Color spaces of #d28496

RGB 210132150
HSL0.960.460.67
HSV346°37°82°
CMYK 0.000.370.29   0.18
XYZ40.334632.406232.9833
Yxy32.40620.38150.3065
Hunter Lab56.926426.85295.4958
CIE-Lab63.677232.30013.0543

#d28496 color RGB value is (210,132,150).

#d28496 hex color red value is 210, green value is 132 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d28496 hue: 0.96 , saturation: 0.46 and the lightness value of d28496 is 0.67.

The process color (four color CMYK) of #d28496 color hex is 0.00, 0.37, 0.29, 0.18. Web safe color of #d28496 is #cc9999. Color #d28496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000100 10010110
Octal 322 204 226
Decimal 210 132 150
Hex D2 84 96

RGB Percentages of Color #d28496

%42.68
%26.83
%30.49

CMYK Percentages of Color #d28496

%0
%37
%29
%18

Triadic Colors of #d28496

#d28496 #96d284 #8496d2

Analogous Colors of #d28496

#d28496 #d29984 #d284bd

Monochromatic Colors of #d28496

#d28496

Complementary Color

#d28496 #84d2c0

#d28496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28496 Color CSS Codes

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

#d28496 Text Font Color

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

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


#d28496 Background Color

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

This div background color is #d28496


#d28496 Border Color

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

This div border color is #d28496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28496


Comments

No comments written yet.

Please login to write comment.