Color Hex Logo

#b228cb Color Hex

#B228CB
(178,40,203)
0 Favorites   0 Comments

Color spaces of #b228cb

RGB 17840203
HSL0.810.670.48
HSV291°80°80°
CMYK 0.120.800.00   0.20
XYZ29.898415.294457.8762
Yxy15.29440.29010.1484
Hunter Lab39.108168.0255-60.3679
CIE-Lab46.034872.6563-55.0540

#b228cb color RGB value is (178,40,203).

#b228cb hex color red value is 178, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b228cb hue: 0.81 , saturation: 0.67 and the lightness value of b228cb is 0.48.

The process color (four color CMYK) of #b228cb color hex is 0.12, 0.80, 0.00, 0.20. Web safe color of #b228cb is #9933cc. Color #b228cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 11001011
Octal 262 50 313
Decimal 178 40 203
Hex B2 28 CB

RGB Percentages of Color #b228cb

%42.28
%9.50
%48.22

CMYK Percentages of Color #b228cb

%12
%80
%0
%20

Triadic Colors of #b228cb

#b228cb #cbb228 #28cbb2

Analogous Colors of #b228cb

#b228cb #cb2893 #6128cb

Monochromatic Colors of #b228cb

#b228cb

Complementary Color

#b228cb #41cb28

#b228cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b228cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b228cb Color CSS Codes

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

#b228cb Text Font Color

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

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


#b228cb Background Color

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

This div background color is #b228cb


#b228cb Border Color

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

This div border color is #b228cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b228cb


Comments

No comments written yet.

Please login to write comment.