Color Hex Logo

#d69beb Color Hex

#D69BEB
(214,155,235)
0 Favorites   0 Comments

Color spaces of #d69beb

RGB 214155235
HSL0.790.670.76
HSV284°34°92°
CMYK 0.090.340.00   0.08
XYZ54.448343.737084.1696
Yxy43.73700.29860.2398
Hunter Lab66.134031.2252-29.1654
CIE-Lab72.052435.7226-31.7387

#d69beb color RGB value is (214,155,235).

#d69beb hex color red value is 214, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d69beb hue: 0.79 , saturation: 0.67 and the lightness value of d69beb is 0.76.

The process color (four color CMYK) of #d69beb color hex is 0.09, 0.34, 0.00, 0.08. Web safe color of #d69beb is #cc99ff. Color #d69beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011011 11101011
Octal 326 233 353
Decimal 214 155 235
Hex D6 9B EB

RGB Percentages of Color #d69beb

%35.43
%25.66
%38.91

CMYK Percentages of Color #d69beb

%9
%34
%0
%8

Triadic Colors of #d69beb

#d69beb #ebd69b #9bebd6

Analogous Colors of #d69beb

#d69beb #eb9bd8 #ae9beb

Monochromatic Colors of #d69beb

#d69beb

Complementary Color

#d69beb #b0eb9b

#d69beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69beb Color CSS Codes

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

#d69beb Text Font Color

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

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


#d69beb Background Color

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

This div background color is #d69beb


#d69beb Border Color

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

This div border color is #d69beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69beb


Comments

No comments written yet.

Please login to write comment.