Color Hex Logo

#b8628e Color Hex

#B8628E
(184,98,142)
0 Favorites   0 Comments

Color spaces of #b8628e

RGB 18498142
HSL0.910.380.55
HSV329°47°72°
CMYK 0.000.470.23   0.28
XYZ29.017320.878728.0918
Yxy20.87870.37210.2677
Hunter Lab45.693233.3926-4.4657
CIE-Lab52.816540.0512-8.6728

#b8628e color RGB value is (184,98,142).

#b8628e hex color red value is 184, green value is 98 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b8628e hue: 0.91 , saturation: 0.38 and the lightness value of b8628e is 0.55.

The process color (four color CMYK) of #b8628e color hex is 0.00, 0.47, 0.23, 0.28. Web safe color of #b8628e is #cc6699. Color #b8628e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100010 10001110
Octal 270 142 216
Decimal 184 98 142
Hex B8 62 8E

RGB Percentages of Color #b8628e

%43.40
%23.11
%33.49

CMYK Percentages of Color #b8628e

%0
%47
%23
%28

Triadic Colors of #b8628e

#b8628e #8eb862 #628eb8

Analogous Colors of #b8628e

#b8628e #b86263 #b762b8

Monochromatic Colors of #b8628e

#b8628e

Complementary Color

#b8628e #62b88c

#b8628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8628e Color CSS Codes

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

#b8628e Text Font Color

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

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


#b8628e Background Color

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

This div background color is #b8628e


#b8628e Border Color

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

This div border color is #b8628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8628e


Comments

No comments written yet.

Please login to write comment.