Color Hex Logo

#b2398d Color Hex

#B2398D
(178,57,141)
0 Favorites   0 Comments

Color spaces of #b2398d

RGB 17857141
HSL0.880.510.46
HSV318°68°70°
CMYK 0.000.680.21   0.30
XYZ24.630914.314326.6640
Yxy14.31430.37540.2182
Hunter Lab37.834249.9974-15.3012
CIE-Lab44.680357.2216-20.5059

#b2398d color RGB value is (178,57,141).

#b2398d hex color red value is 178, green value is 57 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b2398d hue: 0.88 , saturation: 0.51 and the lightness value of b2398d is 0.46.

The process color (four color CMYK) of #b2398d color hex is 0.00, 0.68, 0.21, 0.30. Web safe color of #b2398d is #993399. Color #b2398d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111001 10001101
Octal 262 71 215
Decimal 178 57 141
Hex B2 39 8D

RGB Percentages of Color #b2398d

%47.34
%15.16
%37.50

CMYK Percentages of Color #b2398d

%0
%68
%21
%30

Triadic Colors of #b2398d

#b2398d #8db239 #398db2

Analogous Colors of #b2398d

#b2398d #b23951 #9b39b2

Monochromatic Colors of #b2398d

#b2398d

Complementary Color

#b2398d #39b25e

#b2398d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2398d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2398d Color CSS Codes

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

#b2398d Text Font Color

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

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


#b2398d Background Color

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

This div background color is #b2398d


#b2398d Border Color

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

This div border color is #b2398d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2398d


Comments

No comments written yet.

Please login to write comment.