Color Hex Logo

#d28abd Color Hex

#D28ABD
(210,138,189)
0 Favorites   0 Comments

Color spaces of #d28abd

RGB 210138189
HSL0.880.440.68
HSV318°34°82°
CMYK 0.000.340.10   0.18
XYZ44.852135.552752.6425
Yxy35.55270.33710.2672
Hunter Lab59.626129.9261-10.6075
CIE-Lab66.176735.0604-15.2880

#d28abd color RGB value is (210,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 10111101
Octal 322 212 275
Decimal 210 138 189
Hex D2 8A BD

RGB Percentages of Color #d28abd

%39.11
%25.70
%35.20

CMYK Percentages of Color #d28abd

%0
%34
%10
%18

Triadic Colors of #d28abd

#d28abd #bdd28a #8abdd2

Analogous Colors of #d28abd

#d28abd #d28a99 #c38ad2

Monochromatic Colors of #d28abd

#d28abd

Complementary Color

#d28abd #8ad29f

#d28abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28abd Color CSS Codes

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

#d28abd Text Font Color

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

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


#d28abd Background Color

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

This div background color is #d28abd


#d28abd Border Color

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

This div border color is #d28abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28abd


Comments

No comments written yet.

Please login to write comment.