Color Hex Logo

#b24cbf Color Hex

#B24CBF
(178,76,191)
0 Favorites   0 Comments

Color spaces of #b24cbf

RGB 17876191
HSL0.810.470.52
HSV293°60°75°
CMYK 0.070.600.00   0.25
XYZ30.348518.395451.2413
Yxy18.39540.30350.1840
Hunter Lab42.889951.2478-40.8119
CIE-Lab49.972257.3826-41.8215

#b24cbf color RGB value is (178,76,191).

#b24cbf hex color red value is 178, green value is 76 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b24cbf hue: 0.81 , saturation: 0.47 and the lightness value of b24cbf is 0.52.

The process color (four color CMYK) of #b24cbf color hex is 0.07, 0.60, 0.00, 0.25. Web safe color of #b24cbf is #9933cc. Color #b24cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001100 10111111
Octal 262 114 277
Decimal 178 76 191
Hex B2 4C BF

RGB Percentages of Color #b24cbf

%40.00
%17.08
%42.92

CMYK Percentages of Color #b24cbf

%7
%60
%0
%25

Triadic Colors of #b24cbf

#b24cbf #bfb24c #4cbfb2

Analogous Colors of #b24cbf

#b24cbf #bf4c93 #794cbf

Monochromatic Colors of #b24cbf

#b24cbf

Complementary Color

#b24cbf #59bf4c

#b24cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24cbf Color CSS Codes

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

#b24cbf Text Font Color

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

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


#b24cbf Background Color

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

This div background color is #b24cbf


#b24cbf Border Color

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

This div border color is #b24cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24cbf


Comments

No comments written yet.

Please login to write comment.