Color Hex Logo

#d1baff Color Hex

#D1BAFF
(209,186,255)
0 Favorites   0 Comments

Color spaces of #d1baff

RGB 209186255
HSL0.721.000.86
HSV260°27°100°
CMYK 0.180.270.00   0.00
XYZ61.903455.8931102.1335
Yxy55.89310.28150.2541
Hunter Lab74.761716.9668-28.6641
CIE-Lab79.552921.5403-31.0325

#d1baff color RGB value is (209,186,255).

#d1baff hex color red value is 209, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d1baff hue: 0.72 , saturation: 1.00 and the lightness value of d1baff is 0.86.

The process color (four color CMYK) of #d1baff color hex is 0.18, 0.27, 0.00, 0.00. Web safe color of #d1baff is #ccccff. Color #d1baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111010 11111111
Octal 321 272 377
Decimal 209 186 255
Hex D1 BA FF

RGB Percentages of Color #d1baff

%32.15
%28.62
%39.23

CMYK Percentages of Color #d1baff

%18
%27
%0
%0

Triadic Colors of #d1baff

#d1baff #ffd1ba #baffd1

Analogous Colors of #d1baff

#d1baff #f4baff #bac6ff

Monochromatic Colors of #d1baff

#d1baff

Complementary Color

#d1baff #e8ffba

#d1baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1baff Color CSS Codes

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

#d1baff Text Font Color

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

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


#d1baff Background Color

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

This div background color is #d1baff


#d1baff Border Color

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

This div border color is #d1baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1baff

#d1baff Color Palettes


Comments

No comments written yet.

Please login to write comment.