Color Hex Logo

#d69ceb Color Hex

#D69CEB
(214,156,235)
0 Favorites   0 Comments

Color spaces of #d69ceb

RGB 214156235
HSL0.790.660.77
HSV284°34°92°
CMYK 0.090.340.00   0.08
XYZ54.615444.071284.2253
Yxy44.07120.29860.2409
Hunter Lab66.386130.6749-28.7520
CIE-Lab72.276135.1827-31.3935

#d69ceb color RGB value is (214,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 11101011
Octal 326 234 353
Decimal 214 156 235
Hex D6 9C EB

RGB Percentages of Color #d69ceb

%35.37
%25.79
%38.84

CMYK Percentages of Color #d69ceb

%9
%34
%0
%8

Triadic Colors of #d69ceb

#d69ceb #ebd69c #9cebd6

Analogous Colors of #d69ceb

#d69ceb #eb9cd9 #af9ceb

Monochromatic Colors of #d69ceb

#d69ceb

Complementary Color

#d69ceb #b1eb9c

#d69ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ceb Color CSS Codes

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

#d69ceb Text Font Color

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

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


#d69ceb Background Color

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

This div background color is #d69ceb


#d69ceb Border Color

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

This div border color is #d69ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ceb


Comments

No comments written yet.

Please login to write comment.