Color Hex Logo

#d36fdd Color Hex

#D36FDD
(211,111,221)
0 Favorites   0 Comments

Color spaces of #d36fdd

RGB 211111221
HSL0.820.620.65
HSV295°50°87°
CMYK 0.050.500.00   0.13
XYZ45.599630.438271.8784
Yxy30.43820.30830.2058
Hunter Lab55.170850.9843-38.6254
CIE-Lab62.030555.0828-39.6090

#d36fdd color RGB value is (211,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101111 11011101
Octal 323 157 335
Decimal 211 111 221
Hex D3 6F DD

RGB Percentages of Color #d36fdd

%38.86
%20.44
%40.70

CMYK Percentages of Color #d36fdd

%5
%50
%0
%13

Triadic Colors of #d36fdd

#d36fdd #ddd36f #6fddd3

Analogous Colors of #d36fdd

#d36fdd #dd6fb0 #9c6fdd

Monochromatic Colors of #d36fdd

#d36fdd

Complementary Color

#d36fdd #79dd6f

#d36fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36fdd Color CSS Codes

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

#d36fdd Text Font Color

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

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


#d36fdd Background Color

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

This div background color is #d36fdd


#d36fdd Border Color

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

This div border color is #d36fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36fdd


Comments

No comments written yet.

Please login to write comment.