Color Hex Logo

#d28ab3 Color Hex

#D28AB3
(210,138,179)
0 Favorites   0 Comments

Color spaces of #d28ab3

RGB 210138179
HSL0.910.440.68
HSV326°34°82°
CMYK 0.000.340.15   0.18
XYZ43.803535.133347.1205
Yxy35.13330.34750.2787
Hunter Lab59.273328.1846-5.6424
CIE-Lab65.852333.4012-10.1548

#d28ab3 color RGB value is (210,138,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 10110011
Octal 322 212 263
Decimal 210 138 179
Hex D2 8A B3

RGB Percentages of Color #d28ab3

%39.85
%26.19
%33.97

CMYK Percentages of Color #d28ab3

%0
%34
%15
%18

Triadic Colors of #d28ab3

#d28ab3 #b3d28a #8ab3d2

Analogous Colors of #d28ab3

#d28ab3 #d28a8f #cd8ad2

Monochromatic Colors of #d28ab3

#d28ab3

Complementary Color

#d28ab3 #8ad2a9

#d28ab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28ab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28ab3 Color CSS Codes

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

#d28ab3 Text Font Color

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

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


#d28ab3 Background Color

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

This div background color is #d28ab3


#d28ab3 Border Color

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

This div border color is #d28ab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28ab3


Comments

No comments written yet.

Please login to write comment.