Color Hex Logo

#b24dbd Color Hex

#B24DBD
(178,77,189)
0 Favorites   0 Comments

Color spaces of #b24dbd

RGB 17877189
HSL0.820.460.52
HSV294°59°74°
CMYK 0.060.590.00   0.26
XYZ30.199318.446950.1130
Yxy18.44690.30580.1868
Hunter Lab42.949950.3463-39.1134
CIE-Lab50.033756.5565-40.5652

#b24dbd color RGB value is (178,77,189).

#b24dbd hex color red value is 178, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b24dbd hue: 0.82 , saturation: 0.46 and the lightness value of b24dbd is 0.52.

The process color (four color CMYK) of #b24dbd color hex is 0.06, 0.59, 0.00, 0.26. Web safe color of #b24dbd is #9966cc. Color #b24dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 10111101
Octal 262 115 275
Decimal 178 77 189
Hex B2 4D BD

RGB Percentages of Color #b24dbd

%40.09
%17.34
%42.57

CMYK Percentages of Color #b24dbd

%6
%59
%0
%26

Triadic Colors of #b24dbd

#b24dbd #bdb24d #4dbdb2

Analogous Colors of #b24dbd

#b24dbd #bd4d90 #7a4dbd

Monochromatic Colors of #b24dbd

#b24dbd

Complementary Color

#b24dbd #58bd4d

#b24dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dbd Color CSS Codes

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

#b24dbd Text Font Color

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

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


#b24dbd Background Color

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

This div background color is #b24dbd


#b24dbd Border Color

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

This div border color is #b24dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dbd


Comments

No comments written yet.

Please login to write comment.