Color Hex Logo

#d1afec Color Hex

#D1AFEC
(209,175,236)
0 Favorites   0 Comments

Color spaces of #d1afec

RGB 209175236
HSL0.760.620.81
HSV273°26°93°
CMYK 0.110.260.00   0.07
XYZ56.764850.271486.0684
Yxy50.27140.29400.2603
Hunter Lab70.902318.8290-22.3406
CIE-Lab76.235523.4991-25.8963

#d1afec color RGB value is (209,175,236).

#d1afec hex color red value is 209, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d1afec hue: 0.76 , saturation: 0.62 and the lightness value of d1afec is 0.81.

The process color (four color CMYK) of #d1afec color hex is 0.11, 0.26, 0.00, 0.07. Web safe color of #d1afec is #cc99ff. Color #d1afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101111 11101100
Octal 321 257 354
Decimal 209 175 236
Hex D1 AF EC

RGB Percentages of Color #d1afec

%33.71
%28.23
%38.06

CMYK Percentages of Color #d1afec

%11
%26
%0
%7

Triadic Colors of #d1afec

#d1afec #ecd1af #afecd1

Analogous Colors of #d1afec

#d1afec #ecafe9 #b3afec

Monochromatic Colors of #d1afec

#d1afec

Complementary Color

#d1afec #caecaf

#d1afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1afec Color CSS Codes

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

#d1afec Text Font Color

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

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


#d1afec Background Color

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

This div background color is #d1afec


#d1afec Border Color

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

This div border color is #d1afec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,175,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1afec


Comments

No comments written yet.

Please login to write comment.