Color Hex Logo

#b228dc Color Hex

#B228DC
(178,40,220)
0 Favorites   0 Comments

Color spaces of #b228dc

RGB 17840220
HSL0.790.720.51
HSV286°82°86°
CMYK 0.190.820.00   0.14
XYZ32.037216.149969.1388
Yxy16.14990.27310.1376
Hunter Lab40.186971.9738-73.8734
CIE-Lab47.170575.6834-62.9885

#b228dc color RGB value is (178,40,220).

#b228dc hex color red value is 178, green value is 40 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b228dc hue: 0.79 , saturation: 0.72 and the lightness value of b228dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 11011100
Octal 262 50 334
Decimal 178 40 220
Hex B2 28 DC

RGB Percentages of Color #b228dc

%40.64
%9.13
%50.23

CMYK Percentages of Color #b228dc

%19
%82
%0
%14

Triadic Colors of #b228dc

#b228dc #dcb228 #28dcb2

Analogous Colors of #b228dc

#b228dc #dc28ac #5828dc

Monochromatic Colors of #b228dc

#b228dc

Complementary Color

#b228dc #52dc28

#b228dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b228dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b228dc Color CSS Codes

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

#b228dc Text Font Color

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

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


#b228dc Background Color

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

This div background color is #b228dc


#b228dc Border Color

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

This div border color is #b228dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b228dc


Comments

No comments written yet.

Please login to write comment.