Color Hex Logo

#d7abeb Color Hex

#D7ABEB
(215,171,235)
0 Favorites   0 Comments

Color spaces of #d7abeb

RGB 215171235
HSL0.780.620.80
HSV281°27°92°
CMYK 0.090.270.00   0.08
XYZ57.582649.571185.1305
Yxy49.57110.29950.2578
Hunter Lab70.406722.7755-22.4042
CIE-Lab75.805227.3662-25.9640

#d7abeb color RGB value is (215,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 11101011
Octal 327 253 353
Decimal 215 171 235
Hex D7 AB EB

RGB Percentages of Color #d7abeb

%34.62
%27.54
%37.84

CMYK Percentages of Color #d7abeb

%9
%27
%0
%8

Triadic Colors of #d7abeb

#d7abeb #ebd7ab #abebd7

Analogous Colors of #d7abeb

#d7abeb #ebabdf #b7abeb

Monochromatic Colors of #d7abeb

#d7abeb

Complementary Color

#d7abeb #bfebab

#d7abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7abeb Color CSS Codes

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

#d7abeb Text Font Color

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

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


#d7abeb Background Color

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

This div background color is #d7abeb


#d7abeb Border Color

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

This div border color is #d7abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7abeb


Comments

No comments written yet.

Please login to write comment.