Color Hex Logo

#b24cde Color Hex

#B24CDE
(178,76,222)
0 Favorites   0 Comments

Color spaces of #b24cde

RGB 17876222
HSL0.780.690.58
HSV282°66°87°
CMYK 0.200.660.00   0.13
XYZ34.129419.907871.1510
Yxy19.90780.27260.1590
Hunter Lab44.618258.4568-63.3150
CIE-Lab51.732863.4341-56.7742

#b24cde color RGB value is (178,76,222).

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

The process color (four color CMYK) of #b24cde color hex is 0.20, 0.66, 0.00, 0.13. Web safe color of #b24cde is #9933cc. Color #b24cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001100 11011110
Octal 262 114 336
Decimal 178 76 222
Hex B2 4C DE

RGB Percentages of Color #b24cde

%37.39
%15.97
%46.64

CMYK Percentages of Color #b24cde

%20
%66
%0
%13

Triadic Colors of #b24cde

#b24cde #deb24c #4cdeb2

Analogous Colors of #b24cde

#b24cde #de4cc1 #694cde

Monochromatic Colors of #b24cde

#b24cde

Complementary Color

#b24cde #78de4c

#b24cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24cde Color CSS Codes

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

#b24cde Text Font Color

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

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


#b24cde Background Color

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

This div background color is #b24cde


#b24cde Border Color

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

This div border color is #b24cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24cde


Comments

No comments written yet.

Please login to write comment.