Color Hex Logo

#d29ceb Color Hex

#D29CEB
(210,156,235)
0 Favorites   0 Comments

Color spaces of #d29ceb

RGB 210156235
HSL0.780.660.77
HSV281°34°92°
CMYK 0.110.340.00   0.08
XYZ53.462243.476784.1713
Yxy43.47670.29520.2401
Hunter Lab65.936929.3399-29.5305
CIE-Lab71.877333.9548-32.0417

#d29ceb color RGB value is (210,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011100 11101011
Octal 322 234 353
Decimal 210 156 235
Hex D2 9C EB

RGB Percentages of Color #d29ceb

%34.94
%25.96
%39.10

CMYK Percentages of Color #d29ceb

%11
%34
%0
%8

Triadic Colors of #d29ceb

#d29ceb #ebd29c #9cebd2

Analogous Colors of #d29ceb

#d29ceb #eb9cdd #ab9ceb

Monochromatic Colors of #d29ceb

#d29ceb

Complementary Color

#d29ceb #b5eb9c

#d29ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29ceb Color CSS Codes

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

#d29ceb Text Font Color

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

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


#d29ceb Background Color

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

This div background color is #d29ceb


#d29ceb Border Color

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

This div border color is #d29ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29ceb


Comments

No comments written yet.

Please login to write comment.