Color Hex Logo

#d6afeb Color Hex

#D6AFEB
(214,175,235)
0 Favorites   0 Comments

Color spaces of #d6afeb

RGB 214175235
HSL0.780.600.80
HSV279°26°92°
CMYK 0.090.260.00   0.08
XYZ58.056950.954285.3725
Yxy50.95420.29870.2621
Hunter Lab71.382220.2596-20.9428
CIE-Lab76.651324.8781-24.6798

#d6afeb color RGB value is (214,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101111 11101011
Octal 326 257 353
Decimal 214 175 235
Hex D6 AF EB

RGB Percentages of Color #d6afeb

%34.29
%28.04
%37.66

CMYK Percentages of Color #d6afeb

%9
%26
%0
%8

Triadic Colors of #d6afeb

#d6afeb #ebd6af #afebd6

Analogous Colors of #d6afeb

#d6afeb #ebafe2 #b8afeb

Monochromatic Colors of #d6afeb

#d6afeb

Complementary Color

#d6afeb #c4ebaf

#d6afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6afeb Color CSS Codes

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

#d6afeb Text Font Color

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

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


#d6afeb Background Color

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

This div background color is #d6afeb


#d6afeb Border Color

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

This div border color is #d6afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6afeb


Comments

No comments written yet.

Please login to write comment.