Color Hex Logo

#b228bd Color Hex

#B228BD
(178,40,189)
0 Favorites   0 Comments

Color spaces of #b228bd

RGB 17840189
HSL0.820.650.45
HSV296°79°74°
CMYK 0.060.790.00   0.26
XYZ28.304214.656749.4813
Yxy14.65670.30620.1585
Hunter Lab38.284164.9716-49.8321
CIE-Lab45.160470.2709-48.3159

#b228bd color RGB value is (178,40,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 10111101
Octal 262 50 275
Decimal 178 40 189
Hex B2 28 BD

RGB Percentages of Color #b228bd

%43.73
%9.83
%46.44

CMYK Percentages of Color #b228bd

%6
%79
%0
%26

Triadic Colors of #b228bd

#b228bd #bdb228 #28bdb2

Analogous Colors of #b228bd

#b228bd #bd287e #6828bd

Monochromatic Colors of #b228bd

#b228bd

Complementary Color

#b228bd #33bd28

#b228bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b228bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b228bd Color CSS Codes

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

#b228bd Text Font Color

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

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


#b228bd Background Color

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

This div background color is #b228bd


#b228bd Border Color

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

This div border color is #b228bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b228bd


Comments

No comments written yet.

Please login to write comment.