Color Hex Logo

#b7628c Color Hex

#B7628C
(183,98,140)
0 Favorites   0 Comments

Color spaces of #b7628c

RGB 18398140
HSL0.920.370.55
HSV330°46°72°
CMYK 0.000.460.23   0.28
XYZ28.629720.696127.2967
Yxy20.69610.37360.2701
Hunter Lab45.493032.7212-3.7301
CIE-Lab52.615339.4127-7.8070

#b7628c color RGB value is (183,98,140).

#b7628c hex color red value is 183, green value is 98 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b7628c hue: 0.92 , saturation: 0.37 and the lightness value of b7628c is 0.55.

The process color (four color CMYK) of #b7628c color hex is 0.00, 0.46, 0.23, 0.28. Web safe color of #b7628c is #cc6699. Color #b7628c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100010 10001100
Octal 267 142 214
Decimal 183 98 140
Hex B7 62 8C

RGB Percentages of Color #b7628c

%43.47
%23.28
%33.25

CMYK Percentages of Color #b7628c

%0
%46
%23
%28

Triadic Colors of #b7628c

#b7628c #8cb762 #628cb7

Analogous Colors of #b7628c

#b7628c #b76262 #b762b7

Monochromatic Colors of #b7628c

#b7628c

Complementary Color

#b7628c #62b78d

#b7628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7628c Color CSS Codes

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

#b7628c Text Font Color

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

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


#b7628c Background Color

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

This div background color is #b7628c


#b7628c Border Color

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

This div border color is #b7628c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7628c


Comments

No comments written yet.

Please login to write comment.