Color Hex Logo

#d36cbc Color Hex

#D36CBC
(211,108,188)
0 Favorites   0 Comments

Color spaces of #d36cbc

RGB 211108188
HSL0.870.540.63
HSV313°49°83°
CMYK 0.000.490.11   0.17
XYZ41.303628.204850.8441
Yxy28.20480.34320.2344
Hunter Lab53.108245.8847-19.5866
CIE-Lab60.073350.8192-24.0028

#d36cbc color RGB value is (211,108,188).

#d36cbc hex color red value is 211, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d36cbc hue: 0.87 , saturation: 0.54 and the lightness value of d36cbc is 0.63.

The process color (four color CMYK) of #d36cbc color hex is 0.00, 0.49, 0.11, 0.17. Web safe color of #d36cbc is #cc66cc. Color #d36cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101100 10111100
Octal 323 154 274
Decimal 211 108 188
Hex D3 6C BC

RGB Percentages of Color #d36cbc

%41.62
%21.30
%37.08

CMYK Percentages of Color #d36cbc

%0
%49
%11
%17

Triadic Colors of #d36cbc

#d36cbc #bcd36c #6cbcd3

Analogous Colors of #d36cbc

#d36cbc #d36c89 #b76cd3

Monochromatic Colors of #d36cbc

#d36cbc

Complementary Color

#d36cbc #6cd383

#d36cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36cbc Color CSS Codes

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

#d36cbc Text Font Color

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

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


#d36cbc Background Color

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

This div background color is #d36cbc


#d36cbc Border Color

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

This div border color is #d36cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36cbc


Comments

No comments written yet.

Please login to write comment.