Color Hex Logo

#b228f0 Color Hex

#B228F0
(178,40,240)
0 Favorites   0 Comments

Color spaces of #b228f0

RGB 17840240
HSL0.780.870.55
HSV281°83°94°
CMYK 0.260.830.00   0.06
XYZ34.847117.273883.9356
Yxy17.27380.25610.1270
Hunter Lab41.561876.9287-90.6452
CIE-Lab48.603279.3976-71.9980

#b228f0 color RGB value is (178,40,240).

#b228f0 hex color red value is 178, green value is 40 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #b228f0 hue: 0.78 , saturation: 0.87 and the lightness value of b228f0 is 0.55.

The process color (four color CMYK) of #b228f0 color hex is 0.26, 0.83, 0.00, 0.06. Web safe color of #b228f0 is #9933ff. Color #b228f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 11110000
Octal 262 50 360
Decimal 178 40 240
Hex B2 28 F0

RGB Percentages of Color #b228f0

%38.86
%8.73
%52.40

CMYK Percentages of Color #b228f0

%26
%83
%0
%6

Triadic Colors of #b228f0

#b228f0 #f0b228 #28f0b2

Analogous Colors of #b228f0

#b228f0 #f028ca #4e28f0

Monochromatic Colors of #b228f0

#b228f0

Complementary Color

#b228f0 #66f028

#b228f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b228f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b228f0 Color CSS Codes

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

#b228f0 Text Font Color

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

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


#b228f0 Background Color

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

This div background color is #b228f0


#b228f0 Border Color

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

This div border color is #b228f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b228f0


Comments

No comments written yet.

Please login to write comment.