Color Hex Logo

#b643ce Color Hex

#B643CE
(182,67,206)
0 Favorites   0 Comments

Color spaces of #b643ce

RGB 18267206
HSL0.800.590.54
HSV290°67°81°
CMYK 0.120.670.00   0.19
XYZ32.439118.415660.2374
Yxy18.41560.29200.1658
Hunter Lab42.913459.8333-53.1858
CIE-Lab49.996464.9522-50.3976

#b643ce color RGB value is (182,67,206).

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

The process color (four color CMYK) of #b643ce color hex is 0.12, 0.67, 0.00, 0.19. Web safe color of #b643ce is #cc33cc. Color #b643ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000011 11001110
Octal 266 103 316
Decimal 182 67 206
Hex B6 43 CE

RGB Percentages of Color #b643ce

%40.00
%14.73
%45.27

CMYK Percentages of Color #b643ce

%12
%67
%0
%19

Triadic Colors of #b643ce

#b643ce #ceb643 #43ceb6

Analogous Colors of #b643ce

#b643ce #ce43a1 #7143ce

Monochromatic Colors of #b643ce

#b643ce

Complementary Color

#b643ce #5bce43

#b643ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b643ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b643ce Color CSS Codes

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

#b643ce Text Font Color

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

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


#b643ce Background Color

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

This div background color is #b643ce


#b643ce Border Color

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

This div border color is #b643ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b643ce


Comments

No comments written yet.

Please login to write comment.