Color Hex Logo

#b24ada Color Hex

#B24ADA
(178,74,218)
0 Favorites   0 Comments

Color spaces of #b24ada

RGB 17874218
HSL0.790.660.57
HSV283°66°85°
CMYK 0.180.660.00   0.15
XYZ33.463819.424568.3152
Yxy19.42450.27610.1603
Hunter Lab44.073258.4028-61.0505
CIE-Lab51.180263.4905-55.3899

#b24ada color RGB value is (178,74,218).

#b24ada hex color red value is 178, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b24ada hue: 0.79 , saturation: 0.66 and the lightness value of b24ada is 0.57.

The process color (four color CMYK) of #b24ada color hex is 0.18, 0.66, 0.00, 0.15. Web safe color of #b24ada is #9933cc. Color #b24ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001010 11011010
Octal 262 112 332
Decimal 178 74 218
Hex B2 4A DA

RGB Percentages of Color #b24ada

%37.87
%15.74
%46.38

CMYK Percentages of Color #b24ada

%18
%66
%0
%15

Triadic Colors of #b24ada

#b24ada #dab24a #4adab2

Analogous Colors of #b24ada

#b24ada #da4aba #6a4ada

Monochromatic Colors of #b24ada

#b24ada

Complementary Color

#b24ada #72da4a

#b24ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24ada Color CSS Codes

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

#b24ada Text Font Color

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

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


#b24ada Background Color

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

This div background color is #b24ada


#b24ada Border Color

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

This div border color is #b24ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24ada


Comments

No comments written yet.

Please login to write comment.