Color Hex Logo

#d28abc Color Hex

#D28ABC
(210,138,188)
0 Favorites   0 Comments

Color spaces of #d28abc

RGB 210138188
HSL0.880.440.68
HSV318°34°82°
CMYK 0.000.340.10   0.18
XYZ44.743935.509452.0727
Yxy35.50940.33810.2683
Hunter Lab59.589829.7474-10.0979
CIE-Lab66.143434.8910-14.7771

#d28abc color RGB value is (210,138,188).

#d28abc hex color red value is 210, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d28abc hue: 0.88 , saturation: 0.44 and the lightness value of d28abc is 0.68.

The process color (four color CMYK) of #d28abc color hex is 0.00, 0.34, 0.10, 0.18. Web safe color of #d28abc is #cc99cc. Color #d28abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 10111100
Octal 322 212 274
Decimal 210 138 188
Hex D2 8A BC

RGB Percentages of Color #d28abc

%39.18
%25.75
%35.07

CMYK Percentages of Color #d28abc

%0
%34
%10
%18

Triadic Colors of #d28abc

#d28abc #bcd28a #8abcd2

Analogous Colors of #d28abc

#d28abc #d28a98 #c48ad2

Monochromatic Colors of #d28abc

#d28abc

Complementary Color

#d28abc #8ad2a0

#d28abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28abc Color CSS Codes

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

#d28abc Text Font Color

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

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


#d28abc Background Color

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

This div background color is #d28abc


#d28abc Border Color

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

This div border color is #d28abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28abc


Comments

No comments written yet.

Please login to write comment.