Color Hex Logo

#b2418e Color Hex

#B2418E
(178,65,142)
0 Favorites   0 Comments

Color spaces of #b2418e

RGB 17865142
HSL0.890.470.48
HSV319°63°70°
CMYK 0.000.630.20   0.30
XYZ25.132915.198627.2002
Yxy15.19860.37220.2251
Hunter Lab38.985446.8501-14.0770
CIE-Lab45.905054.0939-19.2276

#b2418e color RGB value is (178,65,142).

#b2418e hex color red value is 178, green value is 65 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b2418e hue: 0.89 , saturation: 0.47 and the lightness value of b2418e is 0.48.

The process color (four color CMYK) of #b2418e color hex is 0.00, 0.63, 0.20, 0.30. Web safe color of #b2418e is #993399. Color #b2418e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000001 10001110
Octal 262 101 216
Decimal 178 65 142
Hex B2 41 8E

RGB Percentages of Color #b2418e

%46.23
%16.88
%36.88

CMYK Percentages of Color #b2418e

%0
%63
%20
%30

Triadic Colors of #b2418e

#b2418e #8eb241 #418eb2

Analogous Colors of #b2418e

#b2418e #b24156 #9e41b2

Monochromatic Colors of #b2418e

#b2418e

Complementary Color

#b2418e #41b265

#b2418e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2418e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2418e Color CSS Codes

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

#b2418e Text Font Color

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

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


#b2418e Background Color

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

This div background color is #b2418e


#b2418e Border Color

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

This div border color is #b2418e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,65,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2418e


Comments

No comments written yet.

Please login to write comment.