Color Hex Logo

#d36fba Color Hex

#D36FBA
(211,111,186)
0 Favorites   0 Comments

Color spaces of #d36fba

RGB 211111186
HSL0.880.530.63
HSV315°47°83°
CMYK 0.000.470.12   0.17
XYZ41.411328.762949.8236
Yxy28.76290.34510.2397
Hunter Lab53.631143.9747-17.5391
CIE-Lab60.571848.9994-22.0982

#d36fba color RGB value is (211,111,186).

#d36fba hex color red value is 211, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d36fba hue: 0.88 , saturation: 0.53 and the lightness value of d36fba is 0.63.

The process color (four color CMYK) of #d36fba color hex is 0.00, 0.47, 0.12, 0.17. Web safe color of #d36fba is #cc66cc. Color #d36fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101111 10111010
Octal 323 157 272
Decimal 211 111 186
Hex D3 6F BA

RGB Percentages of Color #d36fba

%41.54
%21.85
%36.61

CMYK Percentages of Color #d36fba

%0
%47
%12
%17

Triadic Colors of #d36fba

#d36fba #bad36f #6fbad3

Analogous Colors of #d36fba

#d36fba #d36f88 #ba6fd3

Monochromatic Colors of #d36fba

#d36fba

Complementary Color

#d36fba #6fd388

#d36fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36fba Color CSS Codes

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

#d36fba Text Font Color

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

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


#d36fba Background Color

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

This div background color is #d36fba


#d36fba Border Color

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

This div border color is #d36fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36fba


Comments

No comments written yet.

Please login to write comment.