Color Hex Logo

#b846be Color Hex

#B846BE
(184,70,190)
0 Favorites   0 Comments

Color spaces of #b846be

RGB 18470190
HSL0.830.480.51
HSV297°63°75°
CMYK 0.030.630.00   0.25
XYZ31.251618.288450.5981
Yxy18.28840.31210.1826
Hunter Lab42.764955.6049-40.2146
CIE-Lab49.844161.2918-41.3888

#b846be color RGB value is (184,70,190).

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

The process color (four color CMYK) of #b846be color hex is 0.03, 0.63, 0.00, 0.25. Web safe color of #b846be is #cc33cc. Color #b846be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000110 10111110
Octal 270 106 276
Decimal 184 70 190
Hex B8 46 BE

RGB Percentages of Color #b846be

%41.44
%15.77
%42.79

CMYK Percentages of Color #b846be

%3
%63
%0
%25

Triadic Colors of #b846be

#b846be #beb846 #46beb8

Analogous Colors of #b846be

#b846be #be4688 #7c46be

Monochromatic Colors of #b846be

#b846be

Complementary Color

#b846be #4cbe46

#b846be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b846be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b846be Color CSS Codes

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

#b846be Text Font Color

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

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


#b846be Background Color

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

This div background color is #b846be


#b846be Border Color

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

This div border color is #b846be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b846be


Comments

No comments written yet.

Please login to write comment.