Color Hex Logo

#d38aeb Color Hex

#D38AEB
(211,138,235)
0 Favorites   0 Comments

Color spaces of #d38aeb

RGB 211138235
HSL0.790.710.73
HSV285°41°92°
CMYK 0.100.410.00   0.08
XYZ50.947838.024083.2514
Yxy38.02400.29580.2208
Hunter Lab61.663639.5692-36.8823
CIE-Lab68.038343.9277-37.9896

#d38aeb color RGB value is (211,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 11101011
Octal 323 212 353
Decimal 211 138 235
Hex D3 8A EB

RGB Percentages of Color #d38aeb

%36.13
%23.63
%40.24

CMYK Percentages of Color #d38aeb

%10
%41
%0
%8

Triadic Colors of #d38aeb

#d38aeb #ebd38a #8aebd3

Analogous Colors of #d38aeb

#d38aeb #eb8ad3 #a38aeb

Monochromatic Colors of #d38aeb

#d38aeb

Complementary Color

#d38aeb #a2eb8a

#d38aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38aeb Color CSS Codes

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

#d38aeb Text Font Color

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

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


#d38aeb Background Color

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

This div background color is #d38aeb


#d38aeb Border Color

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

This div border color is #d38aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,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 #d38aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38aeb

#d38aeb Color Palettes


Comments

No comments written yet.

Please login to write comment.