Color Hex Logo

#b677ea Color Hex

#B677EA
(182,119,234)
0 Favorites   0 Comments

Color spaces of #b677ea

RGB 182119234
HSL0.760.730.69
HSV273°49°92°
CMYK 0.220.490.00   0.08
XYZ40.739529.079281.3076
Yxy29.07920.26960.1924
Hunter Lab53.925140.4847-51.6491
CIE-Lab60.851545.7331-48.9461

#b677ea color RGB value is (182,119,234).

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

The process color (four color CMYK) of #b677ea color hex is 0.22, 0.49, 0.00, 0.08. Web safe color of #b677ea is #cc66ff. Color #b677ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110111 11101010
Octal 266 167 352
Decimal 182 119 234
Hex B6 77 EA

RGB Percentages of Color #b677ea

%34.02
%22.24
%43.74

CMYK Percentages of Color #b677ea

%22
%49
%0
%8

Triadic Colors of #b677ea

#b677ea #eab677 #77eab6

Analogous Colors of #b677ea

#b677ea #ea77e5 #7d77ea

Monochromatic Colors of #b677ea

#b677ea

Complementary Color

#b677ea #abea77

#b677ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b677ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b677ea Color CSS Codes

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

#b677ea Text Font Color

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

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


#b677ea Background Color

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

This div background color is #b677ea


#b677ea Border Color

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

This div border color is #b677ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,119,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b677ea


Comments

No comments written yet.

Please login to write comment.