Color Hex Logo

#b228da Color Hex

#B228DA
(178,40,218)
0 Favorites   0 Comments

Color spaces of #b228da

RGB 17840218
HSL0.800.710.51
HSV287°82°85°
CMYK 0.180.820.00   0.15
XYZ31.773816.044567.7519
Yxy16.04450.27490.1388
Hunter Lab40.055671.4965-72.2470
CIE-Lab47.032875.3208-62.0687

#b228da color RGB value is (178,40,218).

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

The process color (four color CMYK) of #b228da color hex is 0.18, 0.82, 0.00, 0.15. Web safe color of #b228da is #9933cc. Color #b228da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 11011010
Octal 262 50 332
Decimal 178 40 218
Hex B2 28 DA

RGB Percentages of Color #b228da

%40.83
%9.17
%50.00

CMYK Percentages of Color #b228da

%18
%82
%0
%15

Triadic Colors of #b228da

#b228da #dab228 #28dab2

Analogous Colors of #b228da

#b228da #da28a9 #5928da

Monochromatic Colors of #b228da

#b228da

Complementary Color

#b228da #50da28

#b228da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b228da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b228da Color CSS Codes

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

#b228da Text Font Color

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

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


#b228da Background Color

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

This div background color is #b228da


#b228da Border Color

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

This div border color is #b228da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b228da


Comments

No comments written yet.

Please login to write comment.