Color Hex Logo

#b24cdc Color Hex

#B24CDC
(178,76,220)
0 Favorites   0 Comments

Color spaces of #b24cdc

RGB 17876220
HSL0.780.670.58
HSV283°65°86°
CMYK 0.190.650.00   0.14
XYZ33.862819.801269.7474
Yxy19.80120.27440.1604
Hunter Lab44.498557.9637-61.7827
CIE-Lab51.611763.0283-55.8342

#b24cdc color RGB value is (178,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001100 11011100
Octal 262 114 334
Decimal 178 76 220
Hex B2 4C DC

RGB Percentages of Color #b24cdc

%37.55
%16.03
%46.41

CMYK Percentages of Color #b24cdc

%19
%65
%0
%14

Triadic Colors of #b24cdc

#b24cdc #dcb24c #4cdcb2

Analogous Colors of #b24cdc

#b24cdc #dc4cbe #6a4cdc

Monochromatic Colors of #b24cdc

#b24cdc

Complementary Color

#b24cdc #76dc4c

#b24cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24cdc Color CSS Codes

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

#b24cdc Text Font Color

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

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


#b24cdc Background Color

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

This div background color is #b24cdc


#b24cdc Border Color

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

This div border color is #b24cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24cdc


Comments

No comments written yet.

Please login to write comment.