Color Hex Logo

#b885fe Color Hex

#B885FE
(184,133,254)
0 Favorites   0 Comments

Color spaces of #b885fe

RGB 184133254
HSL0.740.980.76
HSV265°48°100°
CMYK 0.280.480.00   0.00
XYZ46.044134.121297.9252
Yxy34.12120.25850.1916
Hunter Lab58.413438.4786-58.5055
CIE-Lab65.058743.2980-53.2959

#b885fe color RGB value is (184,133,254).

#b885fe hex color red value is 184, green value is 133 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b885fe hue: 0.74 , saturation: 0.98 and the lightness value of b885fe is 0.76.

The process color (four color CMYK) of #b885fe color hex is 0.28, 0.48, 0.00, 0.00. Web safe color of #b885fe is #cc99ff. Color #b885fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000101 11111110
Octal 270 205 376
Decimal 184 133 254
Hex B8 85 FE

RGB Percentages of Color #b885fe

%32.22
%23.29
%44.48

CMYK Percentages of Color #b885fe

%28
%48
%0
%0

Triadic Colors of #b885fe

#b885fe #feb885 #85feb8

Analogous Colors of #b885fe

#b885fe #f585fe #858ffe

Monochromatic Colors of #b885fe

#b885fe

Complementary Color

#b885fe #cbfe85

#b885fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b885fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b885fe Color CSS Codes

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

#b885fe Text Font Color

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

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


#b885fe Background Color

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

This div background color is #b885fe


#b885fe Border Color

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

This div border color is #b885fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,133,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b885fe


Comments

No comments written yet.

Please login to write comment.