Color Hex Logo

#b2649f Color Hex

#B2649F
(178,100,159)
0 Favorites   0 Comments

Color spaces of #b2649f

RGB 178100159
HSL0.870.340.55
HSV315°44°70°
CMYK 0.000.440.11   0.30
XYZ29.175321.082535.3325
Yxy21.08250.34090.2463
Hunter Lab45.915733.0683-13.4832
CIE-Lab53.039739.6992-18.4024

#b2649f color RGB value is (178,100,159).

#b2649f hex color red value is 178, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b2649f hue: 0.87 , saturation: 0.34 and the lightness value of b2649f is 0.55.

The process color (four color CMYK) of #b2649f color hex is 0.00, 0.44, 0.11, 0.30. Web safe color of #b2649f is #996699. Color #b2649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100100 10011111
Octal 262 144 237
Decimal 178 100 159
Hex B2 64 9F

RGB Percentages of Color #b2649f

%40.73
%22.88
%36.38

CMYK Percentages of Color #b2649f

%0
%44
%11
%30

Triadic Colors of #b2649f

#b2649f #9fb264 #649fb2

Analogous Colors of #b2649f

#b2649f #b26478 #9e64b2

Monochromatic Colors of #b2649f

#b2649f

Complementary Color

#b2649f #64b277

#b2649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2649f Color CSS Codes

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

#b2649f Text Font Color

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

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


#b2649f Background Color

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

This div background color is #b2649f


#b2649f Border Color

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

This div border color is #b2649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2649f


Comments

No comments written yet.

Please login to write comment.