Color Hex Logo

#d26cdd Color Hex

#D26CDD
(210,108,221)
0 Favorites   0 Comments

Color spaces of #d26cdd

RGB 210108221
HSL0.820.620.65
HSV294°51°87°
CMYK 0.050.510.00   0.13
XYZ44.992029.647271.7578
Yxy29.64720.30730.2025
Hunter Lab54.449252.2103-40.0229
CIE-Lab61.348656.2756-40.6872

#d26cdd color RGB value is (210,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101100 11011101
Octal 322 154 335
Decimal 210 108 221
Hex D2 6C DD

RGB Percentages of Color #d26cdd

%38.96
%20.04
%41.00

CMYK Percentages of Color #d26cdd

%5
%51
%0
%13

Triadic Colors of #d26cdd

#d26cdd #ddd26c #6cddd2

Analogous Colors of #d26cdd

#d26cdd #dd6cb0 #9a6cdd

Monochromatic Colors of #d26cdd

#d26cdd

Complementary Color

#d26cdd #77dd6c

#d26cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26cdd Color CSS Codes

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

#d26cdd Text Font Color

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

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


#d26cdd Background Color

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

This div background color is #d26cdd


#d26cdd Border Color

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

This div border color is #d26cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26cdd


Comments

No comments written yet.

Please login to write comment.