Color Hex Logo

#d7affb Color Hex

#D7AFFB
(215,175,251)
0 Favorites   0 Comments

Color spaces of #d7affb

RGB 215175251
HSL0.750.900.84
HSV272°30°98°
CMYK 0.140.300.00   0.02
XYZ60.766952.072198.1149
Yxy52.07210.28810.2468
Hunter Lab72.161024.0334-30.1019
CIE-Lab77.323928.4794-32.2735

#d7affb color RGB value is (215,175,251).

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

The process color (four color CMYK) of #d7affb color hex is 0.14, 0.30, 0.00, 0.02. Web safe color of #d7affb is #cc99ff. Color #d7affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101111 11111011
Octal 327 257 373
Decimal 215 175 251
Hex D7 AF FB

RGB Percentages of Color #d7affb

%33.54
%27.30
%39.16

CMYK Percentages of Color #d7affb

%14
%30
%0
%2

Triadic Colors of #d7affb

#d7affb #fbd7af #affbd7

Analogous Colors of #d7affb

#d7affb #fbaff9 #b1affb

Monochromatic Colors of #d7affb

#d7affb

Complementary Color

#d7affb #d3fbaf

#d7affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7affb Color CSS Codes

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

#d7affb Text Font Color

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

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


#d7affb Background Color

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

This div background color is #d7affb


#d7affb Border Color

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

This div border color is #d7affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7affb


Comments

No comments written yet.

Please login to write comment.