Color Hex Logo

#d5abeb Color Hex

#D5ABEB
(213,171,235)
0 Favorites   0 Comments

Color spaces of #d5abeb

RGB 213171235
HSL0.780.620.80
HSV279°27°92°
CMYK 0.090.270.00   0.08
XYZ56.998949.270185.1032
Yxy49.27010.29780.2575
Hunter Lab70.192722.1111-22.7497
CIE-Lab75.619126.7344-26.2654

#d5abeb color RGB value is (213,171,235).

#d5abeb hex color red value is 213, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d5abeb hue: 0.78 , saturation: 0.62 and the lightness value of d5abeb is 0.80.

The process color (four color CMYK) of #d5abeb color hex is 0.09, 0.27, 0.00, 0.08. Web safe color of #d5abeb is #cc99ff. Color #d5abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101011 11101011
Octal 325 253 353
Decimal 213 171 235
Hex D5 AB EB

RGB Percentages of Color #d5abeb

%34.41
%27.63
%37.96

CMYK Percentages of Color #d5abeb

%9
%27
%0
%8

Triadic Colors of #d5abeb

#d5abeb #ebd5ab #abebd5

Analogous Colors of #d5abeb

#d5abeb #ebabe1 #b5abeb

Monochromatic Colors of #d5abeb

#d5abeb

Complementary Color

#d5abeb #c1ebab

#d5abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5abeb Color CSS Codes

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

#d5abeb Text Font Color

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

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


#d5abeb Background Color

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

This div background color is #d5abeb


#d5abeb Border Color

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

This div border color is #d5abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5abeb


Comments

No comments written yet.

Please login to write comment.