Color Hex Logo

#b849be Color Hex

#B849BE
(184,73,190)
0 Favorites   0 Comments

Color spaces of #b849be

RGB 18473190
HSL0.820.470.52
HSV297°62°75°
CMYK 0.030.620.00   0.25
XYZ31.444018.673150.6622
Yxy18.67310.31200.1853
Hunter Lab43.212454.2660-39.2629
CIE-Lab50.302560.0223-40.6637

#b849be color RGB value is (184,73,190).

#b849be hex color red value is 184, green value is 73 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b849be hue: 0.82 , saturation: 0.47 and the lightness value of b849be is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 10111110
Octal 270 111 276
Decimal 184 73 190
Hex B8 49 BE

RGB Percentages of Color #b849be

%41.16
%16.33
%42.51

CMYK Percentages of Color #b849be

%3
%62
%0
%25

Triadic Colors of #b849be

#b849be #beb849 #49beb8

Analogous Colors of #b849be

#b849be #be498a #7e49be

Monochromatic Colors of #b849be

#b849be

Complementary Color

#b849be #4fbe49

#b849be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b849be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b849be Color CSS Codes

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

#b849be Text Font Color

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

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


#b849be Background Color

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

This div background color is #b849be


#b849be Border Color

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

This div border color is #b849be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b849be


Comments

No comments written yet.

Please login to write comment.