Color Hex Logo

#d4afeb Color Hex

#D4AFEB
(212,175,235)
0 Favorites   0 Comments

Color spaces of #d4afeb

RGB 212175235
HSL0.770.600.80
HSV277°26°92°
CMYK 0.100.260.00   0.08
XYZ57.476750.655285.3453
Yxy50.65520.29710.2618
Hunter Lab71.172519.5993-21.2759
CIE-Lab76.469724.2428-24.9733

#d4afeb color RGB value is (212,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101111 11101011
Octal 324 257 353
Decimal 212 175 235
Hex D4 AF EB

RGB Percentages of Color #d4afeb

%34.08
%28.14
%37.78

CMYK Percentages of Color #d4afeb

%10
%26
%0
%8

Triadic Colors of #d4afeb

#d4afeb #ebd4af #afebd4

Analogous Colors of #d4afeb

#d4afeb #ebafe4 #b6afeb

Monochromatic Colors of #d4afeb

#d4afeb

Complementary Color

#d4afeb #c6ebaf

#d4afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4afeb Color CSS Codes

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

#d4afeb Text Font Color

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

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


#d4afeb Background Color

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

This div background color is #d4afeb


#d4afeb Border Color

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

This div border color is #d4afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4afeb


Comments

No comments written yet.

Please login to write comment.