Color Hex Logo

#b677fe Color Hex

#B677FE
(182,119,254)
0 Favorites   0 Comments

Color spaces of #b677fe

RGB 182119254
HSL0.740.990.73
HSV268°53°100°
CMYK 0.280.530.00   0.00
XYZ43.777630.294597.3060
Yxy30.29450.25540.1768
Hunter Lab55.040445.6531-66.2905
CIE-Lab61.907550.3286-58.3212

#b677fe color RGB value is (182,119,254).

#b677fe hex color red value is 182, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b677fe hue: 0.74 , saturation: 0.99 and the lightness value of b677fe is 0.73.

The process color (four color CMYK) of #b677fe color hex is 0.28, 0.53, 0.00, 0.00. Web safe color of #b677fe is #cc66ff. Color #b677fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110111 11111110
Octal 266 167 376
Decimal 182 119 254
Hex B6 77 FE

RGB Percentages of Color #b677fe

%32.79
%21.44
%45.77

CMYK Percentages of Color #b677fe

%28
%53
%0
%0

Triadic Colors of #b677fe

#b677fe #feb677 #77feb6

Analogous Colors of #b677fe

#b677fe #fa77fe #777cfe

Monochromatic Colors of #b677fe

#b677fe

Complementary Color

#b677fe #bffe77

#b677fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b677fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b677fe Color CSS Codes

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

#b677fe Text Font Color

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

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


#b677fe Background Color

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

This div background color is #b677fe


#b677fe Border Color

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

This div border color is #b677fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b677fe

Related Colors


Comments

No comments written yet.

Please login to write comment.