Color Hex Logo

#b8248f Color Hex

#B8248F
(184,36,143)
0 Favorites   0 Comments

Color spaces of #b8248f

RGB 18436143
HSL0.880.670.43
HSV317°80°72°
CMYK 0.000.800.22   0.28
XYZ25.356013.435327.2435
Yxy13.43530.38400.2035
Hunter Lab36.654259.3348-18.4098
CIE-Lab43.411965.7867-23.5928

#b8248f color RGB value is (184,36,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100100 10001111
Octal 270 44 217
Decimal 184 36 143
Hex B8 24 8F

RGB Percentages of Color #b8248f

%50.69
%9.92
%39.39

CMYK Percentages of Color #b8248f

%0
%80
%22
%28

Triadic Colors of #b8248f

#b8248f #8fb824 #248fb8

Analogous Colors of #b8248f

#b8248f #b82445 #9724b8

Monochromatic Colors of #b8248f

#b8248f

Complementary Color

#b8248f #24b84d

#b8248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8248f Color CSS Codes

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

#b8248f Text Font Color

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

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


#b8248f Background Color

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

This div background color is #b8248f


#b8248f Border Color

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

This div border color is #b8248f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,36,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8248f


Comments

No comments written yet.

Please login to write comment.