Color Hex Logo

#b644ce Color Hex

#B644CE
(182,68,206)
0 Favorites   0 Comments

Color spaces of #b644ce

RGB 18268206
HSL0.800.580.54
HSV290°67°81°
CMYK 0.120.670.00   0.19
XYZ32.499118.535660.2573
Yxy18.53560.29200.1665
Hunter Lab43.053059.4003-52.8457
CIE-Lab50.139464.5509-50.1691

#b644ce color RGB value is (182,68,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000100 11001110
Octal 266 104 316
Decimal 182 68 206
Hex B6 44 CE

RGB Percentages of Color #b644ce

%39.91
%14.91
%45.18

CMYK Percentages of Color #b644ce

%12
%67
%0
%19

Triadic Colors of #b644ce

#b644ce #ceb644 #44ceb6

Analogous Colors of #b644ce

#b644ce #ce44a1 #7144ce

Monochromatic Colors of #b644ce

#b644ce

Complementary Color

#b644ce #5cce44

#b644ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b644ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b644ce Color CSS Codes

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

#b644ce Text Font Color

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

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


#b644ce Background Color

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

This div background color is #b644ce


#b644ce Border Color

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

This div border color is #b644ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b644ce


Comments

No comments written yet.

Please login to write comment.