Color Hex Logo

#b24acb Color Hex

#B24ACB
(178,74,203)
0 Favorites   0 Comments

Color spaces of #b24acb

RGB 17874203
HSL0.800.550.54
HSV288°64°80°
CMYK 0.120.640.00   0.20
XYZ31.588418.674358.4395
Yxy18.67430.29060.1718
Hunter Lab43.213854.8558-49.9303
CIE-Lab50.304060.5448-48.2173

#b24acb color RGB value is (178,74,203).

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

The process color (four color CMYK) of #b24acb color hex is 0.12, 0.64, 0.00, 0.20. Web safe color of #b24acb is #9933cc. Color #b24acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001010 11001011
Octal 262 112 313
Decimal 178 74 203
Hex B2 4A CB

RGB Percentages of Color #b24acb

%39.12
%16.26
%44.62

CMYK Percentages of Color #b24acb

%12
%64
%0
%20

Triadic Colors of #b24acb

#b24acb #cbb24a #4acbb2

Analogous Colors of #b24acb

#b24acb #cb4aa4 #724acb

Monochromatic Colors of #b24acb

#b24acb

Complementary Color

#b24acb #63cb4a

#b24acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24acb Color CSS Codes

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

#b24acb Text Font Color

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

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


#b24acb Background Color

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

This div background color is #b24acb


#b24acb Border Color

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

This div border color is #b24acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24acb


Comments

No comments written yet.

Please login to write comment.