Color Hex Logo

#d3bdeb Color Hex

#D3BDEB
(211,189,235)
0 Favorites   0 Comments

Color spaces of #d3bdeb

RGB 211189235
HSL0.750.530.83
HSV269°20°92°
CMYK 0.100.200.00   0.08
XYZ60.057056.242286.2878
Yxy56.24220.29650.2776
Hunter Lab74.994811.7047-15.7218
CIE-Lab79.751516.3320-19.9914

#d3bdeb color RGB value is (211,189,235).

#d3bdeb hex color red value is 211, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d3bdeb hue: 0.75 , saturation: 0.53 and the lightness value of d3bdeb is 0.83.

The process color (four color CMYK) of #d3bdeb color hex is 0.10, 0.20, 0.00, 0.08. Web safe color of #d3bdeb is #ccccff. Color #d3bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111101 11101011
Octal 323 275 353
Decimal 211 189 235
Hex D3 BD EB

RGB Percentages of Color #d3bdeb

%33.23
%29.76
%37.01

CMYK Percentages of Color #d3bdeb

%10
%20
%0
%8

Triadic Colors of #d3bdeb

#d3bdeb #ebd3bd #bdebd3

Analogous Colors of #d3bdeb

#d3bdeb #eabdeb #bdbeeb

Monochromatic Colors of #d3bdeb

#d3bdeb

Complementary Color

#d3bdeb #d5ebbd

#d3bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bdeb Color CSS Codes

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

#d3bdeb Text Font Color

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

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


#d3bdeb Background Color

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

This div background color is #d3bdeb


#d3bdeb Border Color

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

This div border color is #d3bdeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,189,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3bdeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3bdeb;
  -webkit-box-shadow: 1px 1px 3px 2px #d3bdeb;
  box-shadow:         1px 1px 3px 2px #d3bdeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,189,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bdeb


Comments

No comments written yet.

Please login to write comment.