Color Hex Logo

#d7aefc Color Hex

#D7AEFC
(215,174,252)
1 Favorites   0 Comments

Color spaces of #d7aefc

RGB 215174252
HSL0.750.930.84
HSV272°31°99°
CMYK 0.150.310.00   0.01
XYZ60.731151.747598.8828
Yxy51.74750.28730.2448
Hunter Lab71.935724.8095-31.1450
CIE-Lab77.129629.2324-33.1112

#d7aefc color RGB value is (215,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101110 11111100
Octal 327 256 374
Decimal 215 174 252
Hex D7 AE FC

RGB Percentages of Color #d7aefc

%33.54
%27.15
%39.31

CMYK Percentages of Color #d7aefc

%15
%31
%0
%1

Triadic Colors of #d7aefc

#d7aefc #fcd7ae #aefcd7

Analogous Colors of #d7aefc

#d7aefc #fcaefa #b0aefc

Monochromatic Colors of #d7aefc

#d7aefc

Complementary Color

#d7aefc #d3fcae

#d7aefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aefc Color CSS Codes

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

#d7aefc Text Font Color

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

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


#d7aefc Background Color

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

This div background color is #d7aefc


#d7aefc Border Color

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

This div border color is #d7aefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aefc


Comments

No comments written yet.

Please login to write comment.