Color Hex Logo

#d256dd Color Hex

#D256DD
(210,86,221)
0 Favorites   0 Comments

Color spaces of #d256dd

RGB 21086221
HSL0.820.670.60
HSV295°61°87°
CMYK 0.050.610.00   0.13
XYZ42.957325.577771.0795
Yxy25.57770.30770.1832
Hunter Lab50.574463.1106-47.9267
CIE-Lab57.634066.3218-46.5416

#d256dd color RGB value is (210,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010110 11011101
Octal 322 126 335
Decimal 210 86 221
Hex D2 56 DD

RGB Percentages of Color #d256dd

%40.62
%16.63
%42.75

CMYK Percentages of Color #d256dd

%5
%61
%0
%13

Triadic Colors of #d256dd

#d256dd #ddd256 #56ddd2

Analogous Colors of #d256dd

#d256dd #dd56a5 #8f56dd

Monochromatic Colors of #d256dd

#d256dd

Complementary Color

#d256dd #61dd56

#d256dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d256dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d256dd Color CSS Codes

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

#d256dd Text Font Color

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

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


#d256dd Background Color

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

This div background color is #d256dd


#d256dd Border Color

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

This div border color is #d256dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d256dd


Comments

No comments written yet.

Please login to write comment.