Color Hex Logo

#b5447f Color Hex

#B5447F
(181,68,127)
0 Favorites   0 Comments

Color spaces of #b5447f

RGB 18168127
HSL0.910.450.49
HSV329°62°71°
CMYK 0.000.620.30   0.29
XYZ24.953915.490321.7534
Yxy15.49030.40120.2490
Hunter Lab39.357744.2980-5.2198
CIE-Lab46.298551.6339-9.5079

#b5447f color RGB value is (181,68,127).

#b5447f hex color red value is 181, green value is 68 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b5447f hue: 0.91 , saturation: 0.45 and the lightness value of b5447f is 0.49.

The process color (four color CMYK) of #b5447f color hex is 0.00, 0.62, 0.30, 0.29. Web safe color of #b5447f is #cc3366. Color #b5447f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000100 01111111
Octal 265 104 177
Decimal 181 68 127
Hex B5 44 7F

RGB Percentages of Color #b5447f

%48.14
%18.09
%33.78

CMYK Percentages of Color #b5447f

%0
%62
%30
%29

Triadic Colors of #b5447f

#b5447f #7fb544 #447fb5

Analogous Colors of #b5447f

#b5447f #b54446 #b344b5

Monochromatic Colors of #b5447f

#b5447f

Complementary Color

#b5447f #44b57a

#b5447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5447f Color CSS Codes

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

#b5447f Text Font Color

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

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


#b5447f Background Color

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

This div background color is #b5447f


#b5447f Border Color

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

This div border color is #b5447f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,68,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5447f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5447f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5447f;
  box-shadow:         1px 1px 3px 2px #b5447f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,68,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5447f


Comments

No comments written yet.

Please login to write comment.