Color Hex Logo

#b2648e Color Hex

#B2648E
(178,100,142)
0 Favorites   0 Comments

Color spaces of #b2648e

RGB 178100142
HSL0.910.340.55
HSV328°44°70°
CMYK 0.000.440.20   0.30
XYZ27.799820.532328.0891
Yxy20.53230.36380.2687
Hunter Lab45.312630.2148-5.0348
CIE-Lab52.433836.9247-9.3286

#b2648e color RGB value is (178,100,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100100 10001110
Octal 262 144 216
Decimal 178 100 142
Hex B2 64 8E

RGB Percentages of Color #b2648e

%42.38
%23.81
%33.81

CMYK Percentages of Color #b2648e

%0
%44
%20
%30

Triadic Colors of #b2648e

#b2648e #8eb264 #648eb2

Analogous Colors of #b2648e

#b2648e #b26467 #af64b2

Monochromatic Colors of #b2648e

#b2648e

Complementary Color

#b2648e #64b288

#b2648e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2648e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2648e Color CSS Codes

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

#b2648e Text Font Color

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

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


#b2648e Background Color

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

This div background color is #b2648e


#b2648e Border Color

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

This div border color is #b2648e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2648e


Comments

No comments written yet.

Please login to write comment.