Color Hex Logo

#b654ce Color Hex

#B654CE
(182,84,206)
0 Favorites   0 Comments

Color spaces of #b654ce

RGB 18284206
HSL0.800.550.57
HSV288°59°81°
CMYK 0.120.590.00   0.19
XYZ33.602320.742060.6251
Yxy20.74200.29230.1804
Hunter Lab45.543451.9979-47.0435
CIE-Lab52.666057.5728-46.1463

#b654ce color RGB value is (182,84,206).

#b654ce hex color red value is 182, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b654ce hue: 0.80 , saturation: 0.55 and the lightness value of b654ce is 0.57.

The process color (four color CMYK) of #b654ce color hex is 0.12, 0.59, 0.00, 0.19. Web safe color of #b654ce is #cc66cc. Color #b654ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010100 11001110
Octal 266 124 316
Decimal 182 84 206
Hex B6 54 CE

RGB Percentages of Color #b654ce

%38.56
%17.80
%43.64

CMYK Percentages of Color #b654ce

%12
%59
%0
%19

Triadic Colors of #b654ce

#b654ce #ceb654 #54ceb6

Analogous Colors of #b654ce

#b654ce #ce54a9 #7954ce

Monochromatic Colors of #b654ce

#b654ce

Complementary Color

#b654ce #6cce54

#b654ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b654ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b654ce Color CSS Codes

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

#b654ce Text Font Color

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

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


#b654ce Background Color

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

This div background color is #b654ce


#b654ce Border Color

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

This div border color is #b654ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b654ce


Comments

No comments written yet.

Please login to write comment.