Color Hex Logo

#b646ec Color Hex

#B646EC
(182,70,236)
0 Favorites   0 Comments

Color spaces of #b646ec

RGB 18270236
HSL0.780.810.60
HSV280°70°93°
CMYK 0.230.700.00   0.07
XYZ36.621920.381581.3607
Yxy20.38150.26470.1473
Hunter Lab45.145965.7922-75.2488
CIE-Lab52.265869.5855-63.7884

#b646ec color RGB value is (182,70,236).

#b646ec hex color red value is 182, green value is 70 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b646ec hue: 0.78 , saturation: 0.81 and the lightness value of b646ec is 0.60.

The process color (four color CMYK) of #b646ec color hex is 0.23, 0.70, 0.00, 0.07. Web safe color of #b646ec is #cc33ff. Color #b646ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000110 11101100
Octal 266 106 354
Decimal 182 70 236
Hex B6 46 EC

RGB Percentages of Color #b646ec

%37.30
%14.34
%48.36

CMYK Percentages of Color #b646ec

%23
%70
%0
%7

Triadic Colors of #b646ec

#b646ec #ecb646 #46ecb6

Analogous Colors of #b646ec

#b646ec #ec46cf #6346ec

Monochromatic Colors of #b646ec

#b646ec

Complementary Color

#b646ec #7cec46

#b646ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b646ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b646ec Color CSS Codes

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

#b646ec Text Font Color

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

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


#b646ec Background Color

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

This div background color is #b646ec


#b646ec Border Color

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

This div border color is #b646ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b646ec


Comments

No comments written yet.

Please login to write comment.