Color Hex Logo

#b24def Color Hex

#B24DEF
(178,77,239)
0 Favorites   0 Comments

Color spaces of #b24def

RGB 17877239
HSL0.770.840.62
HSV277°68°94°
CMYK 0.260.680.00   0.06
XYZ36.594021.004783.7870
Yxy21.00470.25880.1486
Hunter Lab45.830962.3206-76.3110
CIE-Lab52.954666.5240-64.3873

#b24def color RGB value is (178,77,239).

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

The process color (four color CMYK) of #b24def color hex is 0.26, 0.68, 0.00, 0.06. Web safe color of #b24def is #9966ff. Color #b24def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11101111
Octal 262 115 357
Decimal 178 77 239
Hex B2 4D EF

RGB Percentages of Color #b24def

%36.03
%15.59
%48.38

CMYK Percentages of Color #b24def

%26
%68
%0
%6

Triadic Colors of #b24def

#b24def #efb24d #4defb2

Analogous Colors of #b24def

#b24def #ef4ddb #614def

Monochromatic Colors of #b24def

#b24def

Complementary Color

#b24def #8aef4d

#b24def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24def Color CSS Codes

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

#b24def Text Font Color

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

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


#b24def Background Color

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

This div background color is #b24def


#b24def Border Color

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

This div border color is #b24def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24def


Comments

No comments written yet.

Please login to write comment.