Color Hex Logo

#b24fde Color Hex

#B24FDE
(178,79,222)
0 Favorites   0 Comments

Color spaces of #b24fde

RGB 17879222
HSL0.780.680.59
HSV282°64°87°
CMYK 0.200.640.00   0.13
XYZ34.340920.330971.2215
Yxy20.33090.27280.1615
Hunter Lab45.089857.0405-62.0885
CIE-Lab52.209362.1129-56.0100

#b24fde color RGB value is (178,79,222).

#b24fde hex color red value is 178, green value is 79 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b24fde hue: 0.78 , saturation: 0.68 and the lightness value of b24fde is 0.59.

The process color (four color CMYK) of #b24fde color hex is 0.20, 0.64, 0.00, 0.13. Web safe color of #b24fde is #9966cc. Color #b24fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001111 11011110
Octal 262 117 336
Decimal 178 79 222
Hex B2 4F DE

RGB Percentages of Color #b24fde

%37.16
%16.49
%46.35

CMYK Percentages of Color #b24fde

%20
%64
%0
%13

Triadic Colors of #b24fde

#b24fde #deb24f #4fdeb2

Analogous Colors of #b24fde

#b24fde #de4fc3 #6b4fde

Monochromatic Colors of #b24fde

#b24fde

Complementary Color

#b24fde #7bde4f

#b24fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24fde Color CSS Codes

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

#b24fde Text Font Color

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

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


#b24fde Background Color

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

This div background color is #b24fde


#b24fde Border Color

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

This div border color is #b24fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24fde


Comments

No comments written yet.

Please login to write comment.