Color Hex Logo

#b225bb Color Hex

#B225BB
(178,37,187)
0 Favorites   0 Comments

Color spaces of #b225bb

RGB 17837187
HSL0.820.670.44
HSV296°80°73°
CMYK 0.050.800.00   0.27
XYZ27.991314.376048.3132
Yxy14.37600.30870.1585
Hunter Lab37.915765.4253-49.0079
CIE-Lab44.767470.7297-47.7738

#b225bb color RGB value is (178,37,187).

#b225bb hex color red value is 178, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b225bb hue: 0.82 , saturation: 0.67 and the lightness value of b225bb is 0.44.

The process color (four color CMYK) of #b225bb color hex is 0.05, 0.80, 0.00, 0.27. Web safe color of #b225bb is #9933cc. Color #b225bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100101 10111011
Octal 262 45 273
Decimal 178 37 187
Hex B2 25 BB

RGB Percentages of Color #b225bb

%44.28
%9.20
%46.52

CMYK Percentages of Color #b225bb

%5
%80
%0
%27

Triadic Colors of #b225bb

#b225bb #bbb225 #25bbb2

Analogous Colors of #b225bb

#b225bb #bb2579 #6725bb

Monochromatic Colors of #b225bb

#b225bb

Complementary Color

#b225bb #2ebb25

#b225bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b225bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b225bb Color CSS Codes

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

#b225bb Text Font Color

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

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


#b225bb Background Color

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

This div background color is #b225bb


#b225bb Border Color

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

This div border color is #b225bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b225bb


Comments

No comments written yet.

Please login to write comment.