Color Hex Logo

#b46ede Color Hex

#B46EDE
(180,110,222)
0 Favorites   0 Comments

Color spaces of #b46ede

RGB 180110222
HSL0.770.630.65
HSV278°50°87°
CMYK 0.190.500.00   0.13
XYZ37.583126.129172.1698
Yxy26.12910.27660.1923
Hunter Lab51.116641.7866-47.9279
CIE-Lab58.159447.3379-46.5184

#b46ede color RGB value is (180,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 11011110
Octal 264 156 336
Decimal 180 110 222
Hex B4 6E DE

RGB Percentages of Color #b46ede

%35.16
%21.48
%43.36

CMYK Percentages of Color #b46ede

%19
%50
%0
%13

Triadic Colors of #b46ede

#b46ede #deb46e #6edeb4

Analogous Colors of #b46ede

#b46ede #de6ed0 #7c6ede

Monochromatic Colors of #b46ede

#b46ede

Complementary Color

#b46ede #98de6e

#b46ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46ede Color CSS Codes

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

#b46ede Text Font Color

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

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


#b46ede Background Color

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

This div background color is #b46ede


#b46ede Border Color

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

This div border color is #b46ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46ede


Comments

No comments written yet.

Please login to write comment.