Color Hex Logo

#b8237d Color Hex

#B8237D
(184,35,125)
0 Favorites   0 Comments

Color spaces of #b8237d

RGB 18435125
HSL0.900.680.43
HSV324°81°72°
CMYK 0.000.810.32   0.28
XYZ24.069912.873120.6182
Yxy12.87310.41820.2236
Hunter Lab35.879156.9603-8.9561
CIE-Lab42.571463.8730-13.8637

#b8237d color RGB value is (184,35,125).

#b8237d hex color red value is 184, green value is 35 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b8237d hue: 0.90 , saturation: 0.68 and the lightness value of b8237d is 0.43.

The process color (four color CMYK) of #b8237d color hex is 0.00, 0.81, 0.32, 0.28. Web safe color of #b8237d is #cc3366. Color #b8237d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100011 01111101
Octal 270 43 175
Decimal 184 35 125
Hex B8 23 7D

RGB Percentages of Color #b8237d

%53.49
%10.17
%36.34

CMYK Percentages of Color #b8237d

%0
%81
%32
%28

Triadic Colors of #b8237d

#b8237d #7db823 #237db8

Analogous Colors of #b8237d

#b8237d #b82333 #a923b8

Monochromatic Colors of #b8237d

#b8237d

Complementary Color

#b8237d #23b85e

#b8237d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8237d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8237d Color CSS Codes

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

#b8237d Text Font Color

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

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


#b8237d Background Color

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

This div background color is #b8237d


#b8237d Border Color

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

This div border color is #b8237d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8237d


Comments

No comments written yet.

Please login to write comment.