Color Hex Logo

#b224bd Color Hex

#B224BD
(178,36,189)
0 Favorites   0 Comments

Color spaces of #b224bd

RGB 17836189
HSL0.820.680.44
HSV296°81°74°
CMYK 0.060.810.00   0.26
XYZ28.176314.400949.4387
Yxy14.40090.30620.1565
Hunter Lab37.948566.1241-50.6781
CIE-Lab44.802571.3099-48.8888

#b224bd color RGB value is (178,36,189).

#b224bd hex color red value is 178, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b224bd hue: 0.82 , saturation: 0.68 and the lightness value of b224bd is 0.44.

The process color (four color CMYK) of #b224bd color hex is 0.06, 0.81, 0.00, 0.26. Web safe color of #b224bd is #9933cc. Color #b224bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100100 10111101
Octal 262 44 275
Decimal 178 36 189
Hex B2 24 BD

RGB Percentages of Color #b224bd

%44.17
%8.93
%46.90

CMYK Percentages of Color #b224bd

%6
%81
%0
%26

Triadic Colors of #b224bd

#b224bd #bdb224 #24bdb2

Analogous Colors of #b224bd

#b224bd #bd247c #6624bd

Monochromatic Colors of #b224bd

#b224bd

Complementary Color

#b224bd #2fbd24

#b224bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b224bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b224bd Color CSS Codes

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

#b224bd Text Font Color

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

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


#b224bd Background Color

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

This div background color is #b224bd


#b224bd Border Color

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

This div border color is #b224bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b224bd


Comments

No comments written yet.

Please login to write comment.