Color Hex Logo

#d26ddd Color Hex

#D26DDD
(210,109,221)
0 Favorites   0 Comments

Color spaces of #d26ddd

RGB 210109221
HSL0.820.620.65
HSV294°51°87°
CMYK 0.050.510.00   0.13
XYZ45.098129.859471.7931
Yxy29.85940.30730.2035
Hunter Lab54.643851.6915-39.6469
CIE-Lab61.532755.7881-40.3984

#d26ddd color RGB value is (210,109,221).

#d26ddd hex color red value is 210, green value is 109 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d26ddd hue: 0.82 , saturation: 0.62 and the lightness value of d26ddd is 0.65.

The process color (four color CMYK) of #d26ddd color hex is 0.05, 0.51, 0.00, 0.13. Web safe color of #d26ddd is #cc66cc. Color #d26ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101101 11011101
Octal 322 155 335
Decimal 210 109 221
Hex D2 6D DD

RGB Percentages of Color #d26ddd

%38.89
%20.19
%40.93

CMYK Percentages of Color #d26ddd

%5
%51
%0
%13

Triadic Colors of #d26ddd

#d26ddd #ddd26d #6dddd2

Analogous Colors of #d26ddd

#d26ddd #dd6db0 #9a6ddd

Monochromatic Colors of #d26ddd

#d26ddd

Complementary Color

#d26ddd #78dd6d

#d26ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26ddd Color CSS Codes

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

#d26ddd Text Font Color

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

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


#d26ddd Background Color

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

This div background color is #d26ddd


#d26ddd Border Color

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

This div border color is #d26ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,109,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26ddd


Comments

No comments written yet.

Please login to write comment.