Color Hex Logo

#b36dde Color Hex

#B36DDE
(179,109,222)
0 Favorites   0 Comments

Color spaces of #b36dde

RGB 179109222
HSL0.770.630.65
HSV277°51°87°
CMYK 0.190.510.00   0.13
XYZ37.243925.794972.1232
Yxy25.79490.27560.1908
Hunter Lab50.788742.0158-48.6435
CIE-Lab57.841947.5992-47.0283

#b36dde color RGB value is (179,109,222).

#b36dde hex color red value is 179, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b36dde hue: 0.77 , saturation: 0.63 and the lightness value of b36dde is 0.65.

The process color (four color CMYK) of #b36dde color hex is 0.19, 0.51, 0.00, 0.13. Web safe color of #b36dde is #cc66cc. Color #b36dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101101 11011110
Octal 263 155 336
Decimal 179 109 222
Hex B3 6D DE

RGB Percentages of Color #b36dde

%35.10
%21.37
%43.53

CMYK Percentages of Color #b36dde

%19
%51
%0
%13

Triadic Colors of #b36dde

#b36dde #deb36d #6ddeb3

Analogous Colors of #b36dde

#b36dde #de6dd1 #7b6dde

Monochromatic Colors of #b36dde

#b36dde

Complementary Color

#b36dde #98de6d

#b36dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36dde Color CSS Codes

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

#b36dde Text Font Color

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

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


#b36dde Background Color

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

This div background color is #b36dde


#b36dde Border Color

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

This div border color is #b36dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,109,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b36dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b36dde;
  -webkit-box-shadow: 1px 1px 3px 2px #b36dde;
  box-shadow:         1px 1px 3px 2px #b36dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,109,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36dde


Comments

No comments written yet.

Please login to write comment.