Color Hex Logo

#b24ebc Color Hex

#B24EBC
(178,78,188)
0 Favorites   0 Comments

Color spaces of #b24ebc

RGB 17878188
HSL0.820.450.52
HSV295°59°74°
CMYK 0.050.590.00   0.26
XYZ30.161618.544649.5667
Yxy18.54460.30690.1887
Hunter Lab43.063449.6602-38.0993
CIE-Lab50.150155.9129-39.8013

#b24ebc color RGB value is (178,78,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 10111100
Octal 262 116 274
Decimal 178 78 188
Hex B2 4E BC

RGB Percentages of Color #b24ebc

%40.09
%17.57
%42.34

CMYK Percentages of Color #b24ebc

%5
%59
%0
%26

Triadic Colors of #b24ebc

#b24ebc #bcb24e #4ebcb2

Analogous Colors of #b24ebc

#b24ebc #bc4e8f #7b4ebc

Monochromatic Colors of #b24ebc

#b24ebc

Complementary Color

#b24ebc #58bc4e

#b24ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24ebc Color CSS Codes

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

#b24ebc Text Font Color

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

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


#b24ebc Background Color

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

This div background color is #b24ebc


#b24ebc Border Color

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

This div border color is #b24ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24ebc


Comments

No comments written yet.

Please login to write comment.