Color Hex Logo

#b7148d Color Hex

#B7148D
(183,20,141)
0 Favorites   0 Comments

Color spaces of #b7148d

RGB 18320141
HSL0.880.800.40
HSV315°89°72°
CMYK 0.000.890.23   0.28
XYZ24.586312.490726.3144
Yxy12.49070.38780.1970
Hunter Lab35.342262.3273-19.4055
CIE-Lab41.985668.6443-24.6027

#b7148d color RGB value is (183,20,141).

#b7148d hex color red value is 183, green value is 20 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b7148d hue: 0.88 , saturation: 0.80 and the lightness value of b7148d is 0.40.

The process color (four color CMYK) of #b7148d color hex is 0.00, 0.89, 0.23, 0.28. Web safe color of #b7148d is #cc0099. Color #b7148d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010100 10001101
Octal 267 24 215
Decimal 183 20 141
Hex B7 14 8D

RGB Percentages of Color #b7148d

%53.20
%5.81
%40.99

CMYK Percentages of Color #b7148d

%0
%89
%23
%28

Triadic Colors of #b7148d

#b7148d #8db714 #148db7

Analogous Colors of #b7148d

#b7148d #b7143c #9014b7

Monochromatic Colors of #b7148d

#b7148d

Complementary Color

#b7148d #14b73e

#b7148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7148d Color CSS Codes

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

#b7148d Text Font Color

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

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


#b7148d Background Color

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

This div background color is #b7148d


#b7148d Border Color

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

This div border color is #b7148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7148d


Comments

No comments written yet.

Please login to write comment.