Color Hex Logo

#b24fee Color Hex

#B24FEE
(178,79,238)
0 Favorites   0 Comments

Color spaces of #b24fee

RGB 17879238
HSL0.770.820.62
HSV277°67°93°
CMYK 0.250.670.00   0.07
XYZ36.588721.230083.0583
Yxy21.23000.25970.1507
Hunter Lab46.076061.1128-74.6251
CIE-Lab53.200365.4476-63.4308

#b24fee color RGB value is (178,79,238).

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

The process color (four color CMYK) of #b24fee color hex is 0.25, 0.67, 0.00, 0.07. Web safe color of #b24fee is #9966ff. Color #b24fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 11101110
Octal 262 117 356
Decimal 178 79 238
Hex B2 4F EE

RGB Percentages of Color #b24fee

%35.96
%15.96
%48.08

CMYK Percentages of Color #b24fee

%25
%67
%0
%7

Triadic Colors of #b24fee

#b24fee #eeb24f #4feeb2

Analogous Colors of #b24fee

#b24fee #ee4fdb #624fee

Monochromatic Colors of #b24fee

#b24fee

Complementary Color

#b24fee #8bee4f

#b24fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24fee Color CSS Codes

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

#b24fee Text Font Color

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

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


#b24fee Background Color

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

This div background color is #b24fee


#b24fee Border Color

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

This div border color is #b24fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24fee


Comments

No comments written yet.

Please login to write comment.