Color Hex Logo

#b866fc Color Hex

#B866FC
(184,102,252)
0 Favorites   0 Comments

Color spaces of #b866fc

RGB 184102252
HSL0.760.960.69
HSV273°60°99°
CMYK 0.270.600.00   0.01
XYZ42.089226.721495.0349
Yxy26.72140.25690.1631
Hunter Lab51.692754.8757-72.8172
CIE-Lab58.715659.0576-62.3139

#b866fc color RGB value is (184,102,252).

#b866fc hex color red value is 184, green value is 102 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b866fc hue: 0.76 , saturation: 0.96 and the lightness value of b866fc is 0.69.

The process color (four color CMYK) of #b866fc color hex is 0.27, 0.60, 0.00, 0.01. Web safe color of #b866fc is #cc66ff. Color #b866fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100110 11111100
Octal 270 146 374
Decimal 184 102 252
Hex B8 66 FC

RGB Percentages of Color #b866fc

%34.20
%18.96
%46.84

CMYK Percentages of Color #b866fc

%27
%60
%0
%1

Triadic Colors of #b866fc

#b866fc #fcb866 #66fcb8

Analogous Colors of #b866fc

#b866fc #fc66f5 #6d66fc

Monochromatic Colors of #b866fc

#b866fc

Complementary Color

#b866fc #aafc66

#b866fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b866fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b866fc Color CSS Codes

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

#b866fc Text Font Color

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

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


#b866fc Background Color

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

This div background color is #b866fc


#b866fc Border Color

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

This div border color is #b866fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b866fc


Comments

No comments written yet.

Please login to write comment.