Color Hex Logo

#b8629d Color Hex

#B8629D
(184,98,157)
0 Favorites   0 Comments

Color spaces of #b8629d

RGB 18498157
HSL0.890.380.55
HSV319°47°72°
CMYK 0.000.470.15   0.28
XYZ30.220721.360034.4284
Yxy21.36000.35140.2483
Hunter Lab46.216935.8396-11.8152
CIE-Lab53.341342.3805-16.7000

#b8629d color RGB value is (184,98,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100010 10011101
Octal 270 142 235
Decimal 184 98 157
Hex B8 62 9D

RGB Percentages of Color #b8629d

%41.91
%22.32
%35.76

CMYK Percentages of Color #b8629d

%0
%47
%15
%28

Triadic Colors of #b8629d

#b8629d #9db862 #629db8

Analogous Colors of #b8629d

#b8629d #b86272 #a862b8

Monochromatic Colors of #b8629d

#b8629d

Complementary Color

#b8629d #62b87d

#b8629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8629d Color CSS Codes

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

#b8629d Text Font Color

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

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


#b8629d Background Color

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

This div background color is #b8629d


#b8629d Border Color

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

This div border color is #b8629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8629d


Comments

No comments written yet.

Please login to write comment.