Color Hex Logo

#b24fbf Color Hex

#B24FBF
(178,79,191)
0 Favorites   0 Comments

Color spaces of #b24fbf

RGB 17879191
HSL0.810.470.53
HSV293°59°75°
CMYK 0.070.590.00   0.25
XYZ30.560018.818551.3119
Yxy18.81850.30350.1869
Hunter Lab43.380349.8319-39.7643
CIE-Lab50.474256.0110-41.0275

#b24fbf color RGB value is (178,79,191).

#b24fbf hex color red value is 178, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b24fbf hue: 0.81 , saturation: 0.47 and the lightness value of b24fbf is 0.53.

The process color (four color CMYK) of #b24fbf color hex is 0.07, 0.59, 0.00, 0.25. Web safe color of #b24fbf is #9966cc. Color #b24fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 10111111
Octal 262 117 277
Decimal 178 79 191
Hex B2 4F BF

RGB Percentages of Color #b24fbf

%39.73
%17.63
%42.63

CMYK Percentages of Color #b24fbf

%7
%59
%0
%25

Triadic Colors of #b24fbf

#b24fbf #bfb24f #4fbfb2

Analogous Colors of #b24fbf

#b24fbf #bf4f94 #7a4fbf

Monochromatic Colors of #b24fbf

#b24fbf

Complementary Color

#b24fbf #5cbf4f

#b24fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24fbf Color CSS Codes

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

#b24fbf Text Font Color

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

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


#b24fbf Background Color

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

This div background color is #b24fbf


#b24fbf Border Color

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

This div border color is #b24fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24fbf


Comments

No comments written yet.

Please login to write comment.