Color Hex Logo

#d2afee Color Hex

#D2AFEE
(210,175,238)
0 Favorites   0 Comments

Color spaces of #d2afee

RGB 210175238
HSL0.760.650.81
HSV273°26°93°
CMYK 0.120.260.00   0.07
XYZ57.340950.534687.6209
Yxy50.53460.29330.2585
Hunter Lab71.087719.5786-23.3180
CIE-Lab76.396224.2261-26.7245

#d2afee color RGB value is (210,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101111 11101110
Octal 322 257 356
Decimal 210 175 238
Hex D2 AF EE

RGB Percentages of Color #d2afee

%33.71
%28.09
%38.20

CMYK Percentages of Color #d2afee

%12
%26
%0
%7

Triadic Colors of #d2afee

#d2afee #eed2af #afeed2

Analogous Colors of #d2afee

#d2afee #eeafeb #b3afee

Monochromatic Colors of #d2afee

#d2afee

Complementary Color

#d2afee #cbeeaf

#d2afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2afee Color CSS Codes

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

#d2afee Text Font Color

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

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


#d2afee Background Color

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

This div background color is #d2afee


#d2afee Border Color

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

This div border color is #d2afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2afee


Comments

No comments written yet.

Please login to write comment.