Color Hex Logo

#d6bbfd Color Hex

#D6BBFD
(214,187,253)
0 Favorites   0 Comments

Color spaces of #d6bbfd

RGB 214187253
HSL0.730.940.86
HSV265°26°99°
CMYK 0.150.260.00   0.01
XYZ63.231556.9286100.5842
Yxy56.92860.28640.2579
Hunter Lab75.451017.5520-26.2241
CIE-Lab80.139422.0900-29.0264

#d6bbfd color RGB value is (214,187,253).

#d6bbfd hex color red value is 214, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d6bbfd hue: 0.73 , saturation: 0.94 and the lightness value of d6bbfd is 0.86.

The process color (four color CMYK) of #d6bbfd color hex is 0.15, 0.26, 0.00, 0.01. Web safe color of #d6bbfd is #ccccff. Color #d6bbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111011 11111101
Octal 326 273 375
Decimal 214 187 253
Hex D6 BB FD

RGB Percentages of Color #d6bbfd

%32.72
%28.59
%38.69

CMYK Percentages of Color #d6bbfd

%15
%26
%0
%1

Triadic Colors of #d6bbfd

#d6bbfd #fdd6bb #bbfdd6

Analogous Colors of #d6bbfd

#d6bbfd #f7bbfd #bbc1fd

Monochromatic Colors of #d6bbfd

#d6bbfd

Complementary Color

#d6bbfd #e2fdbb

#d6bbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bbfd Color CSS Codes

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

#d6bbfd Text Font Color

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

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


#d6bbfd Background Color

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

This div background color is #d6bbfd


#d6bbfd Border Color

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

This div border color is #d6bbfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,187,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6bbfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6bbfd;
  -webkit-box-shadow: 1px 1px 3px 2px #d6bbfd;
  box-shadow:         1px 1px 3px 2px #d6bbfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,187,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bbfd


Comments

No comments written yet.

Please login to write comment.