Color Hex Logo

#b75181 Color Hex

#B75181
(183,81,129)
0 Favorites   0 Comments

Color spaces of #b75181

RGB 18381129
HSL0.920.410.52
HSV332°56°72°
CMYK 0.000.560.30   0.28
XYZ26.433317.537122.7607
Yxy17.53710.39610.2628
Hunter Lab41.877339.3853-2.9105
CIE-Lab48.929846.4983-6.7488

#b75181 color RGB value is (183,81,129).

#b75181 hex color red value is 183, green value is 81 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b75181 hue: 0.92 , saturation: 0.41 and the lightness value of b75181 is 0.52.

The process color (four color CMYK) of #b75181 color hex is 0.00, 0.56, 0.30, 0.28. Web safe color of #b75181 is #cc6699. Color #b75181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010001 10000001
Octal 267 121 201
Decimal 183 81 129
Hex B7 51 81

RGB Percentages of Color #b75181

%46.56
%20.61
%32.82

CMYK Percentages of Color #b75181

%0
%56
%30
%28

Triadic Colors of #b75181

#b75181 #81b751 #5181b7

Analogous Colors of #b75181

#b75181 #b75451 #b751b4

Monochromatic Colors of #b75181

#b75181

Complementary Color

#b75181 #51b787

#b75181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75181 Color CSS Codes

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

#b75181 Text Font Color

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

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


#b75181 Background Color

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

This div background color is #b75181


#b75181 Border Color

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

This div border color is #b75181


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,81,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b75181; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b75181;
  -webkit-box-shadow: 1px 1px 3px 2px #b75181;
  box-shadow:         1px 1px 3px 2px #b75181; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,81,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75181


Comments

No comments written yet.

Please login to write comment.