Color Hex Logo

#b24fbc Color Hex

#B24FBC
(178,79,188)
0 Favorites   0 Comments

Color spaces of #b24fbc

RGB 17879188
HSL0.820.450.52
HSV294°58°74°
CMYK 0.050.580.00   0.26
XYZ30.233218.687849.5906
Yxy18.68780.30690.1897
Hunter Lab43.229449.1855-37.7540
CIE-Lab50.319955.4505-39.5333

#b24fbc color RGB value is (178,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 10111100
Octal 262 117 274
Decimal 178 79 188
Hex B2 4F BC

RGB Percentages of Color #b24fbc

%40.00
%17.75
%42.25

CMYK Percentages of Color #b24fbc

%5
%58
%0
%26

Triadic Colors of #b24fbc

#b24fbc #bcb24f #4fbcb2

Analogous Colors of #b24fbc

#b24fbc #bc4f90 #7c4fbc

Monochromatic Colors of #b24fbc

#b24fbc

Complementary Color

#b24fbc #59bc4f

#b24fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24fbc Color CSS Codes

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

#b24fbc Text Font Color

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

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


#b24fbc Background Color

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

This div background color is #b24fbc


#b24fbc Border Color

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

This div border color is #b24fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24fbc


Comments

No comments written yet.

Please login to write comment.