Color Hex Logo

#b646cf Color Hex

#B646CF
(182,70,207)
0 Favorites   0 Comments

Color spaces of #b646cf

RGB 18270207
HSL0.800.590.54
HSV289°66°81°
CMYK 0.120.660.00   0.19
XYZ32.744018.830460.9403
Yxy18.83040.29100.1674
Hunter Lab43.394058.7520-52.8880
CIE-Lab50.488263.9235-50.1858

#b646cf color RGB value is (182,70,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000110 11001111
Octal 266 106 317
Decimal 182 70 207
Hex B6 46 CF

RGB Percentages of Color #b646cf

%39.65
%15.25
%45.10

CMYK Percentages of Color #b646cf

%12
%66
%0
%19

Triadic Colors of #b646cf

#b646cf #cfb646 #46cfb6

Analogous Colors of #b646cf

#b646cf #cf46a4 #7246cf

Monochromatic Colors of #b646cf

#b646cf

Complementary Color

#b646cf #5fcf46

#b646cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b646cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b646cf Color CSS Codes

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

#b646cf Text Font Color

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

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


#b646cf Background Color

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

This div background color is #b646cf


#b646cf Border Color

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

This div border color is #b646cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b646cf


Comments

No comments written yet.

Please login to write comment.