Color Hex Logo

#d36bdc Color Hex

#D36BDC
(211,107,220)
0 Favorites   0 Comments

Color spaces of #d36bdc

RGB 211107220
HSL0.820.620.64
HSV295°51°86°
CMYK 0.040.510.00   0.14
XYZ45.039929.531671.0364
Yxy29.53160.30930.2028
Hunter Lab54.343052.8420-39.4630
CIE-Lab61.248056.8477-40.2756

#d36bdc color RGB value is (211,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101011 11011100
Octal 323 153 334
Decimal 211 107 220
Hex D3 6B DC

RGB Percentages of Color #d36bdc

%39.22
%19.89
%40.89

CMYK Percentages of Color #d36bdc

%4
%51
%0
%14

Triadic Colors of #d36bdc

#d36bdc #dcd36b #6bdcd3

Analogous Colors of #d36bdc

#d36bdc #dc6bad #9b6bdc

Monochromatic Colors of #d36bdc

#d36bdc

Complementary Color

#d36bdc #74dc6b

#d36bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36bdc Color CSS Codes

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

#d36bdc Text Font Color

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

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


#d36bdc Background Color

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

This div background color is #d36bdc


#d36bdc Border Color

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

This div border color is #d36bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36bdc


Comments

No comments written yet.

Please login to write comment.