Color Hex Logo

#b24ce6 Color Hex

#B24CE6
(178,76,230)
0 Favorites   0 Comments

Color spaces of #b24ce6

RGB 17876230
HSL0.780.750.60
HSV280°67°90°
CMYK 0.230.670.00   0.10
XYZ35.227520.347076.9336
Yxy20.34700.26590.1536
Hunter Lab45.107660.4639-69.5470
CIE-Lab52.227365.0740-60.5015

#b24ce6 color RGB value is (178,76,230).

#b24ce6 hex color red value is 178, green value is 76 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #b24ce6 hue: 0.78 , saturation: 0.75 and the lightness value of b24ce6 is 0.60.

The process color (four color CMYK) of #b24ce6 color hex is 0.23, 0.67, 0.00, 0.10. Web safe color of #b24ce6 is #9933ff. Color #b24ce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001100 11100110
Octal 262 114 346
Decimal 178 76 230
Hex B2 4C E6

RGB Percentages of Color #b24ce6

%36.78
%15.70
%47.52

CMYK Percentages of Color #b24ce6

%23
%67
%0
%10

Triadic Colors of #b24ce6

#b24ce6 #e6b24c #4ce6b2

Analogous Colors of #b24ce6

#b24ce6 #e64ccd #654ce6

Monochromatic Colors of #b24ce6

#b24ce6

Complementary Color

#b24ce6 #80e64c

#b24ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24ce6 Color CSS Codes

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

#b24ce6 Text Font Color

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

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


#b24ce6 Background Color

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

This div background color is #b24ce6


#b24ce6 Border Color

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

This div border color is #b24ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24ce6


Comments

No comments written yet.

Please login to write comment.