Color Hex Logo

#d26edd Color Hex

#D26EDD
(210,110,221)
0 Favorites   0 Comments

Color spaces of #d26edd

RGB 210110221
HSL0.820.620.65
HSV294°50°87°
CMYK 0.050.500.00   0.13
XYZ45.205430.074071.8289
Yxy30.07400.30730.2044
Hunter Lab54.839851.1711-39.2700
CIE-Lab61.718055.2984-40.1078

#d26edd color RGB value is (210,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101110 11011101
Octal 322 156 335
Decimal 210 110 221
Hex D2 6E DD

RGB Percentages of Color #d26edd

%38.82
%20.33
%40.85

CMYK Percentages of Color #d26edd

%5
%50
%0
%13

Triadic Colors of #d26edd

#d26edd #ddd26e #6eddd2

Analogous Colors of #d26edd

#d26edd #dd6eb1 #9b6edd

Monochromatic Colors of #d26edd

#d26edd

Complementary Color

#d26edd #79dd6e

#d26edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26edd Color CSS Codes

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

#d26edd Text Font Color

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

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


#d26edd Background Color

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

This div background color is #d26edd


#d26edd Border Color

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

This div border color is #d26edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26edd


Comments

No comments written yet.

Please login to write comment.