Color Hex Logo

#b24ffc Color Hex

#B24FFC
(178,79,252)
0 Favorites   0 Comments

Color spaces of #b24ffc

RGB 17879252
HSL0.760.970.65
HSV274°69°99°
CMYK 0.290.690.00   0.01
XYZ38.726822.085294.3172
Yxy22.08520.24960.1424
Hunter Lab46.994964.8544-86.0966
CIE-Lab54.117368.4463-69.7596

#b24ffc color RGB value is (178,79,252).

#b24ffc hex color red value is 178, green value is 79 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b24ffc hue: 0.76 , saturation: 0.97 and the lightness value of b24ffc is 0.65.

The process color (four color CMYK) of #b24ffc color hex is 0.29, 0.69, 0.00, 0.01. Web safe color of #b24ffc is #9966ff. Color #b24ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 11111100
Octal 262 117 374
Decimal 178 79 252
Hex B2 4F FC

RGB Percentages of Color #b24ffc

%34.97
%15.52
%49.51

CMYK Percentages of Color #b24ffc

%29
%69
%0
%1

Triadic Colors of #b24ffc

#b24ffc #fcb24f #4ffcb2

Analogous Colors of #b24ffc

#b24ffc #fc4ff0 #5c4ffc

Monochromatic Colors of #b24ffc

#b24ffc

Complementary Color

#b24ffc #99fc4f

#b24ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24ffc Color CSS Codes

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

#b24ffc Text Font Color

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

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


#b24ffc Background Color

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

This div background color is #b24ffc


#b24ffc Border Color

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

This div border color is #b24ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.