Color Hex Logo

#b24dda Color Hex

#B24DDA
(178,77,218)
0 Favorites   0 Comments

Color spaces of #b24dda

RGB 17877218
HSL0.790.660.58
HSV283°65°85°
CMYK 0.180.650.00   0.15
XYZ33.668919.834768.3836
Yxy19.83470.27620.1627
Hunter Lab44.536257.0059-59.8622
CIE-Lab51.649862.1862-54.6374

#b24dda color RGB value is (178,77,218).

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

The process color (four color CMYK) of #b24dda color hex is 0.18, 0.65, 0.00, 0.15. Web safe color of #b24dda is #9966cc. Color #b24dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11011010
Octal 262 115 332
Decimal 178 77 218
Hex B2 4D DA

RGB Percentages of Color #b24dda

%37.63
%16.28
%46.09

CMYK Percentages of Color #b24dda

%18
%65
%0
%15

Triadic Colors of #b24dda

#b24dda #dab24d #4ddab2

Analogous Colors of #b24dda

#b24dda #da4dbc #6c4dda

Monochromatic Colors of #b24dda

#b24dda

Complementary Color

#b24dda #75da4d

#b24dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dda Color CSS Codes

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

#b24dda Text Font Color

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

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


#b24dda Background Color

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

This div background color is #b24dda


#b24dda Border Color

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

This div border color is #b24dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dda


Comments

No comments written yet.

Please login to write comment.