Color Hex Logo

#b24eff Color Hex

#B24EFF
(178,78,255)
0 Favorites   0 Comments

Color spaces of #b24eff

RGB 17878255
HSL0.761.000.65
HSV274°69°100°
CMYK 0.300.690.00   0.00
XYZ39.134522.133896.8174
Yxy22.13380.24760.1400
Hunter Lab47.046666.1492-89.0806
CIE-Lab54.168769.5210-71.3410

#b24eff color RGB value is (178,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 11111111
Octal 262 116 377
Decimal 178 78 255
Hex B2 4E FF

RGB Percentages of Color #b24eff

%34.83
%15.26
%49.90

CMYK Percentages of Color #b24eff

%30
%69
%0
%0

Triadic Colors of #b24eff

#b24eff #ffb24e #4effb2

Analogous Colors of #b24eff

#b24eff #ff4ef4 #5a4eff

Monochromatic Colors of #b24eff

#b24eff

Complementary Color

#b24eff #9bff4e

#b24eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24eff Color CSS Codes

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

#b24eff Text Font Color

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

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


#b24eff Background Color

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

This div background color is #b24eff


#b24eff Border Color

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

This div border color is #b24eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24eff

Related Colors


Comments

No comments written yet.

Please login to write comment.