Color Hex Logo

#b246be Color Hex

#B246BE
(178,70,190)
0 Favorites   0 Comments

Color spaces of #b246be

RGB 17870190
HSL0.820.480.51
HSV294°63°75°
CMYK 0.060.630.00   0.25
XYZ29.844517.563050.5322
Yxy17.56300.30470.1793
Hunter Lab41.908253.7775-42.1551
CIE-Lab48.961759.8358-42.8428

#b246be color RGB value is (178,70,190).

#b246be hex color red value is 178, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b246be hue: 0.82 , saturation: 0.48 and the lightness value of b246be is 0.51.

The process color (four color CMYK) of #b246be color hex is 0.06, 0.63, 0.00, 0.25. Web safe color of #b246be is #9933cc. Color #b246be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000110 10111110
Octal 262 106 276
Decimal 178 70 190
Hex B2 46 BE

RGB Percentages of Color #b246be

%40.64
%15.98
%43.38

CMYK Percentages of Color #b246be

%6
%63
%0
%25

Triadic Colors of #b246be

#b246be #beb246 #46beb2

Analogous Colors of #b246be

#b246be #be468e #7646be

Monochromatic Colors of #b246be

#b246be

Complementary Color

#b246be #52be46

#b246be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b246be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b246be Color CSS Codes

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

#b246be Text Font Color

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

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


#b246be Background Color

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

This div background color is #b246be


#b246be Border Color

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

This div border color is #b246be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b246be


Comments

No comments written yet.

Please login to write comment.