Color Hex Logo

#b24fcb Color Hex

#B24FCB
(178,79,203)
0 Favorites   0 Comments

Color spaces of #b24fcb

RGB 17879203
HSL0.800.540.55
HSV288°61°80°
CMYK 0.120.610.00   0.20
XYZ31.935619.368758.5553
Yxy19.36870.29070.1763
Hunter Lab44.009952.5105-48.0786
CIE-Lab51.115858.3097-46.9248

#b24fcb color RGB value is (178,79,203).

#b24fcb hex color red value is 178, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b24fcb hue: 0.80 , saturation: 0.54 and the lightness value of b24fcb is 0.55.

The process color (four color CMYK) of #b24fcb color hex is 0.12, 0.61, 0.00, 0.20. Web safe color of #b24fcb is #9966cc. Color #b24fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 11001011
Octal 262 117 313
Decimal 178 79 203
Hex B2 4F CB

RGB Percentages of Color #b24fcb

%38.70
%17.17
%44.13

CMYK Percentages of Color #b24fcb

%12
%61
%0
%20

Triadic Colors of #b24fcb

#b24fcb #cbb24f #4fcbb2

Analogous Colors of #b24fcb

#b24fcb #cb4fa6 #744fcb

Monochromatic Colors of #b24fcb

#b24fcb

Complementary Color

#b24fcb #68cb4f

#b24fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24fcb Color CSS Codes

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

#b24fcb Text Font Color

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

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


#b24fcb Background Color

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

This div background color is #b24fcb


#b24fcb Border Color

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

This div border color is #b24fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24fcb


Comments

No comments written yet.

Please login to write comment.