Color Hex Logo

#b81775 Color Hex

#B81775
(184,23,117)
0 Favorites   0 Comments

Color spaces of #b81775

RGB 18423117
HSL0.900.780.41
HSV325°88°72°
CMYK 0.000.880.36   0.28
XYZ23.284412.087517.9355
Yxy12.08750.43680.2268
Hunter Lab34.767158.7036-6.2493
CIE-Lab41.354965.6376-10.7470

#b81775 color RGB value is (184,23,117).

#b81775 hex color red value is 184, green value is 23 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b81775 hue: 0.90 , saturation: 0.78 and the lightness value of b81775 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010111 01110101
Octal 270 27 165
Decimal 184 23 117
Hex B8 17 75

RGB Percentages of Color #b81775

%56.79
%7.10
%36.11

CMYK Percentages of Color #b81775

%0
%88
%36
%28

Triadic Colors of #b81775

#b81775 #75b817 #1775b8

Analogous Colors of #b81775

#b81775 #b81725 #ab17b8

Monochromatic Colors of #b81775

#b81775

Complementary Color

#b81775 #17b85a

#b81775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81775 Color CSS Codes

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

#b81775 Text Font Color

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

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


#b81775 Background Color

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

This div background color is #b81775


#b81775 Border Color

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

This div border color is #b81775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81775


Comments

No comments written yet.

Please login to write comment.