Color Hex Logo

#d0abeb Color Hex

#D0ABEB
(208,171,235)
0 Favorites   0 Comments

Color spaces of #d0abeb

RGB 208171235
HSL0.760.620.80
HSV275°27°92°
CMYK 0.110.270.00   0.08
XYZ55.570748.533985.0363
Yxy48.53390.29380.2566
Hunter Lab69.666320.4681-23.6044
CIE-Lab75.160425.1597-27.0078

#d0abeb color RGB value is (208,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101011 11101011
Octal 320 253 353
Decimal 208 171 235
Hex D0 AB EB

RGB Percentages of Color #d0abeb

%33.88
%27.85
%38.27

CMYK Percentages of Color #d0abeb

%11
%27
%0
%8

Triadic Colors of #d0abeb

#d0abeb #ebd0ab #abebd0

Analogous Colors of #d0abeb

#d0abeb #ebabe6 #b0abeb

Monochromatic Colors of #d0abeb

#d0abeb

Complementary Color

#d0abeb #c6ebab

#d0abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0abeb Color CSS Codes

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

#d0abeb Text Font Color

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

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


#d0abeb Background Color

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

This div background color is #d0abeb


#d0abeb Border Color

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

This div border color is #d0abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0abeb


Comments

No comments written yet.

Please login to write comment.