Color Hex Logo

#b854be Color Hex

#B854BE
(184,84,190)
0 Favorites   0 Comments

Color spaces of #b854be

RGB 18484190
HSL0.820.450.54
HSV297°56°75°
CMYK 0.030.560.00   0.25
XYZ32.231820.248750.9248
Yxy20.24870.31170.1958
Hunter Lab44.998649.1094-35.5994
CIE-Lab52.117255.0645-37.8022

#b854be color RGB value is (184,84,190).

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

The process color (four color CMYK) of #b854be color hex is 0.03, 0.56, 0.00, 0.25. Web safe color of #b854be is #cc66cc. Color #b854be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 10111110
Octal 270 124 276
Decimal 184 84 190
Hex B8 54 BE

RGB Percentages of Color #b854be

%40.17
%18.34
%41.48

CMYK Percentages of Color #b854be

%3
%56
%0
%25

Triadic Colors of #b854be

#b854be #beb854 #54beb8

Analogous Colors of #b854be

#b854be #be548f #8354be

Monochromatic Colors of #b854be

#b854be

Complementary Color

#b854be #5abe54

#b854be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b854be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b854be Color CSS Codes

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

#b854be Text Font Color

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

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


#b854be Background Color

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

This div background color is #b854be


#b854be Border Color

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

This div border color is #b854be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b854be


Comments

No comments written yet.

Please login to write comment.