Color Hex Logo

#b24fbb Color Hex

#B24FBB
(178,79,187)
0 Favorites   0 Comments

Color spaces of #b24fbb

RGB 17879187
HSL0.820.440.52
HSV295°58°73°
CMYK 0.050.580.00   0.27
XYZ30.125718.644849.0247
Yxy18.64480.30800.1907
Hunter Lab43.179648.9721-37.0901
CIE-Lab50.269055.2649-39.0335

#b24fbb color RGB value is (178,79,187).

#b24fbb hex color red value is 178, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b24fbb hue: 0.82 , saturation: 0.44 and the lightness value of b24fbb is 0.52.

The process color (four color CMYK) of #b24fbb color hex is 0.05, 0.58, 0.00, 0.27. Web safe color of #b24fbb is #9966cc. Color #b24fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 10111011
Octal 262 117 273
Decimal 178 79 187
Hex B2 4F BB

RGB Percentages of Color #b24fbb

%40.09
%17.79
%42.12

CMYK Percentages of Color #b24fbb

%5
%58
%0
%27

Triadic Colors of #b24fbb

#b24fbb #bbb24f #4fbbb2

Analogous Colors of #b24fbb

#b24fbb #bb4f8e #7c4fbb

Monochromatic Colors of #b24fbb

#b24fbb

Complementary Color

#b24fbb #58bb4f

#b24fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24fbb Color CSS Codes

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

#b24fbb Text Font Color

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

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


#b24fbb Background Color

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

This div background color is #b24fbb


#b24fbb Border Color

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

This div border color is #b24fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24fbb


Comments

No comments written yet.

Please login to write comment.