Color Hex Logo

#b24dff Color Hex

#B24DFF
(178,77,255)
0 Favorites   0 Comments

Color spaces of #b24dff

RGB 17877255
HSL0.761.000.65
HSV274°70°100°
CMYK 0.300.700.00   0.00
XYZ39.064021.992796.7939
Yxy21.99270.24750.1393
Hunter Lab46.896466.6193-89.5468
CIE-Lab54.019369.9415-71.5831

#b24dff color RGB value is (178,77,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11111111
Octal 262 115 377
Decimal 178 77 255
Hex B2 4D FF

RGB Percentages of Color #b24dff

%34.90
%15.10
%50.00

CMYK Percentages of Color #b24dff

%30
%70
%0
%0

Triadic Colors of #b24dff

#b24dff #ffb24d #4dffb2

Analogous Colors of #b24dff

#b24dff #ff4df3 #594dff

Monochromatic Colors of #b24dff

#b24dff

Complementary Color

#b24dff #9aff4d

#b24dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dff Color CSS Codes

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

#b24dff Text Font Color

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

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


#b24dff Background Color

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

This div background color is #b24dff


#b24dff Border Color

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

This div border color is #b24dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,77,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 #b24dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dff


Comments

No comments written yet.

Please login to write comment.