Color Hex Logo

#d4aefe Color Hex

#D4AEFE
(212,174,254)
0 Favorites   0 Comments

Color spaces of #d4aefe

RGB 212174254
HSL0.750.980.84
HSV269°31°100°
CMYK 0.170.310.00   0.00
XYZ60.176851.4249100.5203
Yxy51.42490.28370.2424
Hunter Lab71.711224.2947-32.9113
CIE-Lab76.935728.7541-34.5088

#d4aefe color RGB value is (212,174,254).

#d4aefe hex color red value is 212, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d4aefe hue: 0.75 , saturation: 0.98 and the lightness value of d4aefe is 0.84.

The process color (four color CMYK) of #d4aefe color hex is 0.17, 0.31, 0.00, 0.00. Web safe color of #d4aefe is #cc99ff. Color #d4aefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101110 11111110
Octal 324 256 376
Decimal 212 174 254
Hex D4 AE FE

RGB Percentages of Color #d4aefe

%33.13
%27.19
%39.69

CMYK Percentages of Color #d4aefe

%17
%31
%0
%0

Triadic Colors of #d4aefe

#d4aefe #fed4ae #aefed4

Analogous Colors of #d4aefe

#d4aefe #fcaefe #aeb0fe

Monochromatic Colors of #d4aefe

#d4aefe

Complementary Color

#d4aefe #d8feae

#d4aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aefe Color CSS Codes

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

#d4aefe Text Font Color

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

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


#d4aefe Background Color

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

This div background color is #d4aefe


#d4aefe Border Color

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

This div border color is #d4aefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,174,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d4aefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aefe


Comments

No comments written yet.

Please login to write comment.