Color Hex Logo

#b24dce Color Hex

#B24DCE
(178,77,206)
0 Favorites   0 Comments

Color spaces of #b24dce

RGB 17877206
HSL0.800.570.55
HSV287°63°81°
CMYK 0.140.630.00   0.19
XYZ32.154619.229060.4093
Yxy19.22900.28760.1720
Hunter Lab43.850954.1499-50.9827
CIE-Lab50.954159.7997-48.9025

#b24dce color RGB value is (178,77,206).

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

The process color (four color CMYK) of #b24dce color hex is 0.14, 0.63, 0.00, 0.19. Web safe color of #b24dce is #9966cc. Color #b24dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11001110
Octal 262 115 316
Decimal 178 77 206
Hex B2 4D CE

RGB Percentages of Color #b24dce

%38.61
%16.70
%44.69

CMYK Percentages of Color #b24dce

%14
%63
%0
%19

Triadic Colors of #b24dce

#b24dce #ceb24d #4dceb2

Analogous Colors of #b24dce

#b24dce #ce4daa #724dce

Monochromatic Colors of #b24dce

#b24dce

Complementary Color

#b24dce #69ce4d

#b24dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dce Color CSS Codes

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

#b24dce Text Font Color

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

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


#b24dce Background Color

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

This div background color is #b24dce


#b24dce Border Color

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

This div border color is #b24dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,77,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 #b24dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dce


Comments

No comments written yet.

Please login to write comment.