Color Hex Logo

#d3beeb Color Hex

#D3BEEB
(211,190,235)
0 Favorites   0 Comments

Color spaces of #d3beeb

RGB 211190235
HSL0.740.530.83
HSV268°19°92°
CMYK 0.100.190.00   0.08
XYZ60.272856.674086.3597
Yxy56.67400.29650.2788
Hunter Lab75.282111.1679-15.3169
CIE-Lab79.995915.7917-19.6214

#d3beeb color RGB value is (211,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111110 11101011
Octal 323 276 353
Decimal 211 190 235
Hex D3 BE EB

RGB Percentages of Color #d3beeb

%33.18
%29.87
%36.95

CMYK Percentages of Color #d3beeb

%10
%19
%0
%8

Triadic Colors of #d3beeb

#d3beeb #ebd3be #beebd3

Analogous Colors of #d3beeb

#d3beeb #eabeeb #bec0eb

Monochromatic Colors of #d3beeb

#d3beeb

Complementary Color

#d3beeb #d6ebbe

#d3beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3beeb Color CSS Codes

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

#d3beeb Text Font Color

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

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


#d3beeb Background Color

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

This div background color is #d3beeb


#d3beeb Border Color

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

This div border color is #d3beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3beeb


Comments

No comments written yet.

Please login to write comment.