Color Hex Logo

#b8165d Color Hex

#B8165D
(184,22,93)
0 Favorites   0 Comments

Color spaces of #b8165d

RGB 1842293
HSL0.930.790.40
HSV334°88°72°
CMYK 0.000.880.49   0.28
XYZ22.029911.554511.4251
Yxy11.55450.48950.2567
Hunter Lab33.991956.19873.8662
CIE-Lab40.499163.60343.0794

#b8165d color RGB value is (184,22,93).

#b8165d hex color red value is 184, green value is 22 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b8165d hue: 0.93 , saturation: 0.79 and the lightness value of b8165d is 0.40.

The process color (four color CMYK) of #b8165d color hex is 0.00, 0.88, 0.49, 0.28. Web safe color of #b8165d is #cc0066. Color #b8165d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010110 01011101
Octal 270 26 135
Decimal 184 22 93
Hex B8 16 5D

RGB Percentages of Color #b8165d

%61.54
%7.36
%31.10

CMYK Percentages of Color #b8165d

%0
%88
%49
%28

Triadic Colors of #b8165d

#b8165d #5db816 #165db8

Analogous Colors of #b8165d

#b8165d #b82016 #b816ae

Monochromatic Colors of #b8165d

#b8165d

Complementary Color

#b8165d #16b871

#b8165d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8165d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8165d Color CSS Codes

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

#b8165d Text Font Color

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

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


#b8165d Background Color

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

This div background color is #b8165d


#b8165d Border Color

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

This div border color is #b8165d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8165d


Comments

No comments written yet.

Please login to write comment.