Color Hex Logo

#b654ed Color Hex

#B654ED
(182,84,237)
0 Favorites   0 Comments

Color spaces of #b654ed

RGB 18284237
HSL0.770.810.63
HSV278°65°93°
CMYK 0.230.650.00   0.07
XYZ37.747822.400282.4549
Yxy22.40020.26470.1571
Hunter Lab47.328859.5397-70.1631
CIE-Lab54.449163.8659-60.8342

#b654ed color RGB value is (182,84,237).

#b654ed hex color red value is 182, green value is 84 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b654ed hue: 0.77 , saturation: 0.81 and the lightness value of b654ed is 0.63.

The process color (four color CMYK) of #b654ed color hex is 0.23, 0.65, 0.00, 0.07. Web safe color of #b654ed is #cc66ff. Color #b654ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010100 11101101
Octal 266 124 355
Decimal 182 84 237
Hex B6 54 ED

RGB Percentages of Color #b654ed

%36.18
%16.70
%47.12

CMYK Percentages of Color #b654ed

%23
%65
%0
%7

Triadic Colors of #b654ed

#b654ed #edb654 #54edb6

Analogous Colors of #b654ed

#b654ed #ed54d8 #6a54ed

Monochromatic Colors of #b654ed

#b654ed

Complementary Color

#b654ed #8bed54

#b654ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b654ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b654ed Color CSS Codes

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

#b654ed Text Font Color

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

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


#b654ed Background Color

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

This div background color is #b654ed


#b654ed Border Color

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

This div border color is #b654ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,84,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b654ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b654ed;
  -webkit-box-shadow: 1px 1px 3px 2px #b654ed;
  box-shadow:         1px 1px 3px 2px #b654ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,84,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b654ed


Comments

No comments written yet.

Please login to write comment.