Color Hex Logo

#b8248c Color Hex

#B8248C
(184,36,140)
0 Favorites   0 Comments

Color spaces of #b8248c

RGB 18436140
HSL0.880.670.43
HSV318°80°72°
CMYK 0.000.800.24   0.28
XYZ25.131713.345526.0623
Yxy13.34550.38940.2068
Hunter Lab36.531558.8683-16.7266
CIE-Lab43.279365.4066-21.9732

#b8248c color RGB value is (184,36,140).

#b8248c hex color red value is 184, green value is 36 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b8248c hue: 0.88 , saturation: 0.67 and the lightness value of b8248c is 0.43.

The process color (four color CMYK) of #b8248c color hex is 0.00, 0.80, 0.24, 0.28. Web safe color of #b8248c is #cc3399. Color #b8248c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100100 10001100
Octal 270 44 214
Decimal 184 36 140
Hex B8 24 8C

RGB Percentages of Color #b8248c

%51.11
%10.00
%38.89

CMYK Percentages of Color #b8248c

%0
%80
%24
%28

Triadic Colors of #b8248c

#b8248c #8cb824 #248cb8

Analogous Colors of #b8248c

#b8248c #b82442 #9a24b8

Monochromatic Colors of #b8248c

#b8248c

Complementary Color

#b8248c #24b850

#b8248c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8248c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8248c Color CSS Codes

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

#b8248c Text Font Color

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

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


#b8248c Background Color

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

This div background color is #b8248c


#b8248c Border Color

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

This div border color is #b8248c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8248c


Comments

No comments written yet.

Please login to write comment.