Color Hex Logo

#d3aefc Color Hex

#D3AEFC
(211,174,252)
0 Favorites   0 Comments

Color spaces of #d3aefc

RGB 211174252
HSL0.750.930.84
HSV268°31°99°
CMYK 0.160.310.00   0.01
XYZ59.570751.149398.8285
Yxy51.14930.28430.2441
Hunter Lab71.518723.5217-31.8670
CIE-Lab76.769428.0247-33.6968

#d3aefc color RGB value is (211,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101110 11111100
Octal 323 256 374
Decimal 211 174 252
Hex D3 AE FC

RGB Percentages of Color #d3aefc

%33.12
%27.32
%39.56

CMYK Percentages of Color #d3aefc

%16
%31
%0
%1

Triadic Colors of #d3aefc

#d3aefc #fcd3ae #aefcd3

Analogous Colors of #d3aefc

#d3aefc #faaefc #aeb0fc

Monochromatic Colors of #d3aefc

#d3aefc

Complementary Color

#d3aefc #d7fcae

#d3aefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3aefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3aefc Color CSS Codes

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

#d3aefc Text Font Color

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

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


#d3aefc Background Color

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

This div background color is #d3aefc


#d3aefc Border Color

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

This div border color is #d3aefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3aefc

Related Colors


Comments

No comments written yet.

Please login to write comment.