Color Hex Logo

#b676f4 Color Hex

#B676F4
(182,118,244)
0 Favorites   0 Comments

Color spaces of #b676f4

RGB 182118244
HSL0.750.850.71
HSV270°52°96°
CMYK 0.250.520.00   0.04
XYZ42.099029.433689.0503
Yxy29.43360.26220.1833
Hunter Lab54.252743.5700-59.3415
CIE-Lab61.162448.5404-53.9959

#b676f4 color RGB value is (182,118,244).

#b676f4 hex color red value is 182, green value is 118 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #b676f4 hue: 0.75 , saturation: 0.85 and the lightness value of b676f4 is 0.71.

The process color (four color CMYK) of #b676f4 color hex is 0.25, 0.52, 0.00, 0.04. Web safe color of #b676f4 is #cc66ff. Color #b676f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 11110100
Octal 266 166 364
Decimal 182 118 244
Hex B6 76 F4

RGB Percentages of Color #b676f4

%33.46
%21.69
%44.85

CMYK Percentages of Color #b676f4

%25
%52
%0
%4

Triadic Colors of #b676f4

#b676f4 #f4b676 #76f4b6

Analogous Colors of #b676f4

#b676f4 #f476f3 #7776f4

Monochromatic Colors of #b676f4

#b676f4

Complementary Color

#b676f4 #b4f476

#b676f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b676f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b676f4 Color CSS Codes

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

#b676f4 Text Font Color

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

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


#b676f4 Background Color

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

This div background color is #b676f4


#b676f4 Border Color

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

This div border color is #b676f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b676f4

Related Colors


Comments

No comments written yet.

Please login to write comment.