Color Hex Logo

#d4aeeb Color Hex

#D4AEEB
(212,174,235)
0 Favorites   0 Comments

Color spaces of #d4aeeb

RGB 212174235
HSL0.770.600.80
HSV277°26°92°
CMYK 0.100.260.00   0.08
XYZ57.282850.267385.2807
Yxy50.26730.29710.2607
Hunter Lab70.899420.1441-21.6868
CIE-Lab76.233024.7868-25.3348

#d4aeeb color RGB value is (212,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101110 11101011
Octal 324 256 353
Decimal 212 174 235
Hex D4 AE EB

RGB Percentages of Color #d4aeeb

%34.14
%28.02
%37.84

CMYK Percentages of Color #d4aeeb

%10
%26
%0
%8

Triadic Colors of #d4aeeb

#d4aeeb #ebd4ae #aeebd4

Analogous Colors of #d4aeeb

#d4aeeb #ebaee4 #b6aeeb

Monochromatic Colors of #d4aeeb

#d4aeeb

Complementary Color

#d4aeeb #c5ebae

#d4aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aeeb Color CSS Codes

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

#d4aeeb Text Font Color

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

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


#d4aeeb Background Color

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

This div background color is #d4aeeb


#d4aeeb Border Color

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

This div border color is #d4aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aeeb


Comments

No comments written yet.

Please login to write comment.