Color Hex Logo

#b7348d Color Hex

#B7348D
(183,52,141)
0 Favorites   0 Comments

Color spaces of #b7348d

RGB 18352141
HSL0.890.560.46
HSV319°72°72°
CMYK 0.000.720.23   0.28
XYZ25.564114.446426.6403
Yxy14.44640.38360.2167
Hunter Lab38.008453.5427-14.9508
CIE-Lab44.866460.3955-20.1480

#b7348d color RGB value is (183,52,141).

#b7348d hex color red value is 183, green value is 52 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b7348d hue: 0.89 , saturation: 0.56 and the lightness value of b7348d is 0.46.

The process color (four color CMYK) of #b7348d color hex is 0.00, 0.72, 0.23, 0.28. Web safe color of #b7348d is #cc3399. Color #b7348d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110100 10001101
Octal 267 64 215
Decimal 183 52 141
Hex B7 34 8D

RGB Percentages of Color #b7348d

%48.67
%13.83
%37.50

CMYK Percentages of Color #b7348d

%0
%72
%23
%28

Triadic Colors of #b7348d

#b7348d #8db734 #348db7

Analogous Colors of #b7348d

#b7348d #b7344c #a034b7

Monochromatic Colors of #b7348d

#b7348d

Complementary Color

#b7348d #34b75e

#b7348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7348d Color CSS Codes

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

#b7348d Text Font Color

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

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


#b7348d Background Color

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

This div background color is #b7348d


#b7348d Border Color

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

This div border color is #b7348d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,52,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 #b7348d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7348d


Comments

No comments written yet.

Please login to write comment.