Color Hex Logo

#d28abe Color Hex

#D28ABE
(210,138,190)
0 Favorites   0 Comments

Color spaces of #d28abe

RGB 210138190
HSL0.880.440.68
HSV317°34°82°
CMYK 0.000.340.10   0.18
XYZ44.961135.596353.2163
Yxy35.59630.33610.2661
Hunter Lab59.662630.1060-11.1201
CIE-Lab66.210335.2308-15.7983

#d28abe color RGB value is (210,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 10111110
Octal 322 212 276
Decimal 210 138 190
Hex D2 8A BE

RGB Percentages of Color #d28abe

%39.03
%25.65
%35.32

CMYK Percentages of Color #d28abe

%0
%34
%10
%18

Triadic Colors of #d28abe

#d28abe #bed28a #8abed2

Analogous Colors of #d28abe

#d28abe #d28a9a #c28ad2

Monochromatic Colors of #d28abe

#d28abe

Complementary Color

#d28abe #8ad29e

#d28abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28abe Color CSS Codes

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

#d28abe Text Font Color

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

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


#d28abe Background Color

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

This div background color is #d28abe


#d28abe Border Color

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

This div border color is #d28abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28abe


Comments

No comments written yet.

Please login to write comment.