Color Hex Logo

#b2478f Color Hex

#B2478F
(178,71,143)
0 Favorites   0 Comments

Color spaces of #b2478f

RGB 17871143
HSL0.890.430.49
HSV320°60°70°
CMYK 0.000.600.20   0.30
XYZ25.571315.954627.7184
Yxy15.95460.36930.2304
Hunter Lab39.943244.3736-13.1838
CIE-Lab46.914951.5963-18.2814

#b2478f color RGB value is (178,71,143).

#b2478f hex color red value is 178, green value is 71 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b2478f hue: 0.89 , saturation: 0.43 and the lightness value of b2478f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 10001111
Octal 262 107 217
Decimal 178 71 143
Hex B2 47 8F

RGB Percentages of Color #b2478f

%45.41
%18.11
%36.48

CMYK Percentages of Color #b2478f

%0
%60
%20
%30

Triadic Colors of #b2478f

#b2478f #8fb247 #478fb2

Analogous Colors of #b2478f

#b2478f #b2475a #a047b2

Monochromatic Colors of #b2478f

#b2478f

Complementary Color

#b2478f #47b26a

#b2478f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2478f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2478f Color CSS Codes

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

#b2478f Text Font Color

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

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


#b2478f Background Color

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

This div background color is #b2478f


#b2478f Border Color

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

This div border color is #b2478f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2478f


Comments

No comments written yet.

Please login to write comment.