Color Hex Logo

#d28aeb Color Hex

#D28AEB
(210,138,235)
0 Favorites   0 Comments

Color spaces of #d28aeb

RGB 210138235
HSL0.790.710.73
HSV285°41°92°
CMYK 0.110.410.00   0.08
XYZ50.662237.876883.2380
Yxy37.87680.29490.2205
Hunter Lab61.544139.2363-37.1084
CIE-Lab67.929743.6354-38.1670

#d28aeb color RGB value is (210,138,235).

#d28aeb hex color red value is 210, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d28aeb hue: 0.79 , saturation: 0.71 and the lightness value of d28aeb is 0.73.

The process color (four color CMYK) of #d28aeb color hex is 0.11, 0.41, 0.00, 0.08. Web safe color of #d28aeb is #cc99ff. Color #d28aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 11101011
Octal 322 212 353
Decimal 210 138 235
Hex D2 8A EB

RGB Percentages of Color #d28aeb

%36.02
%23.67
%40.31

CMYK Percentages of Color #d28aeb

%11
%41
%0
%8

Triadic Colors of #d28aeb

#d28aeb #ebd28a #8aebd2

Analogous Colors of #d28aeb

#d28aeb #eb8ad4 #a28aeb

Monochromatic Colors of #d28aeb

#d28aeb

Complementary Color

#d28aeb #a3eb8a

#d28aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28aeb Color CSS Codes

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

#d28aeb Text Font Color

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

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


#d28aeb Background Color

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

This div background color is #d28aeb


#d28aeb Border Color

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

This div border color is #d28aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28aeb


Comments

No comments written yet.

Please login to write comment.