Color Hex Logo

#b24bce Color Hex

#B24BCE
(178,75,206)
0 Favorites   0 Comments

Color spaces of #b24bce

RGB 17875206
HSL0.800.570.55
HSV287°64°81°
CMYK 0.140.640.00   0.19
XYZ32.016818.953460.3634
Yxy18.95340.28760.1702
Hunter Lab43.535555.0850-51.7327
CIE-Lab50.632660.6867-49.4150

#b24bce color RGB value is (178,75,206).

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

The process color (four color CMYK) of #b24bce color hex is 0.14, 0.64, 0.00, 0.19. Web safe color of #b24bce is #9933cc. Color #b24bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001011 11001110
Octal 262 113 316
Decimal 178 75 206
Hex B2 4B CE

RGB Percentages of Color #b24bce

%38.78
%16.34
%44.88

CMYK Percentages of Color #b24bce

%14
%64
%0
%19

Triadic Colors of #b24bce

#b24bce #ceb24b #4bceb2

Analogous Colors of #b24bce

#b24bce #ce4ba9 #714bce

Monochromatic Colors of #b24bce

#b24bce

Complementary Color

#b24bce #67ce4b

#b24bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24bce Color CSS Codes

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

#b24bce Text Font Color

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

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


#b24bce Background Color

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

This div background color is #b24bce


#b24bce Border Color

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

This div border color is #b24bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24bce


Comments

No comments written yet.

Please login to write comment.