Color Hex Logo

#d36fdc Color Hex

#D36FDC
(211,111,220)
0 Favorites   0 Comments

Color spaces of #d36fdc

RGB 211111220
HSL0.820.610.65
HSV295°50°86°
CMYK 0.040.500.00   0.14
XYZ45.466730.385171.1787
Yxy30.38510.30920.2067
Hunter Lab55.122750.7670-37.9740
CIE-Lab61.985154.8978-39.1204

#d36fdc color RGB value is (211,111,220).

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

The process color (four color CMYK) of #d36fdc color hex is 0.04, 0.50, 0.00, 0.14. Web safe color of #d36fdc is #cc66cc. Color #d36fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101111 11011100
Octal 323 157 334
Decimal 211 111 220
Hex D3 6F DC

RGB Percentages of Color #d36fdc

%38.93
%20.48
%40.59

CMYK Percentages of Color #d36fdc

%4
%50
%0
%14

Triadic Colors of #d36fdc

#d36fdc #dcd36f #6fdcd3

Analogous Colors of #d36fdc

#d36fdc #dc6faf #9d6fdc

Monochromatic Colors of #d36fdc

#d36fdc

Complementary Color

#d36fdc #78dc6f

#d36fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36fdc Color CSS Codes

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

#d36fdc Text Font Color

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

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


#d36fdc Background Color

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

This div background color is #d36fdc


#d36fdc Border Color

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

This div border color is #d36fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,111,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36fdc


Comments

No comments written yet.

Please login to write comment.