Color Hex Logo

#d2afff Color Hex

#D2AFFF
(210,175,255)
5 Favorites   0 Comments

Color spaces of #d2afff

RGB 210175255
HSL0.741.000.84
HSV266°31°100°
CMYK 0.180.310.00   0.00
XYZ59.958351.5816101.4038
Yxy51.58160.28160.2422
Hunter Lab71.820323.3329-33.4379
CIE-Lab77.030027.8273-34.9151

#d2afff color RGB value is (210,175,255).

#d2afff hex color red value is 210, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d2afff hue: 0.74 , saturation: 1.00 and the lightness value of d2afff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101111 11111111
Octal 322 257 377
Decimal 210 175 255
Hex D2 AF FF

RGB Percentages of Color #d2afff

%32.81
%27.34
%39.84

CMYK Percentages of Color #d2afff

%18
%31
%0
%0

Triadic Colors of #d2afff

#d2afff #ffd2af #afffd2

Analogous Colors of #d2afff

#d2afff #faafff #afb4ff

Monochromatic Colors of #d2afff

#d2afff

Complementary Color

#d2afff #dcffaf

#d2afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2afff Color CSS Codes

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

#d2afff Text Font Color

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

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


#d2afff Background Color

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

This div background color is #d2afff


#d2afff Border Color

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

This div border color is #d2afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2afff


Comments

No comments written yet.

Please login to write comment.