Color Hex Logo

#b24dca Color Hex

#B24DCA
(178,77,202)
0 Favorites   0 Comments

Color spaces of #b24dca

RGB 17877202
HSL0.800.540.55
HSV288°62°79°
CMYK 0.120.620.00   0.21
XYZ31.674619.037057.8822
Yxy19.03700.29170.1753
Hunter Lab43.631453.2287-48.1132
CIE-Lab50.730559.0211-46.9636

#b24dca color RGB value is (178,77,202).

#b24dca hex color red value is 178, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b24dca hue: 0.80 , saturation: 0.54 and the lightness value of b24dca is 0.55.

The process color (four color CMYK) of #b24dca color hex is 0.12, 0.62, 0.00, 0.21. Web safe color of #b24dca is #9966cc. Color #b24dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11001010
Octal 262 115 312
Decimal 178 77 202
Hex B2 4D CA

RGB Percentages of Color #b24dca

%38.95
%16.85
%44.20

CMYK Percentages of Color #b24dca

%12
%62
%0
%21

Triadic Colors of #b24dca

#b24dca #cab24d #4dcab2

Analogous Colors of #b24dca

#b24dca #ca4da4 #744dca

Monochromatic Colors of #b24dca

#b24dca

Complementary Color

#b24dca #65ca4d

#b24dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dca Color CSS Codes

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

#b24dca Text Font Color

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

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


#b24dca Background Color

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

This div background color is #b24dca


#b24dca Border Color

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

This div border color is #b24dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dca


Comments

No comments written yet.

Please login to write comment.