Color Hex Logo

#b02ebb Color Hex

#B02EBB
(176,46,187)
0 Favorites   0 Comments

Color spaces of #b02ebb

RGB 17646187
HSL0.820.610.46
HSV295°75°73°
CMYK 0.060.750.00   0.27
XYZ27.851114.772048.3971
Yxy14.77200.30600.1623
Hunter Lab38.434462.0882-47.7548
CIE-Lab45.320367.7901-46.9088

#b02ebb color RGB value is (176,46,187).

#b02ebb hex color red value is 176, green value is 46 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b02ebb hue: 0.82 , saturation: 0.61 and the lightness value of b02ebb is 0.46.

The process color (four color CMYK) of #b02ebb color hex is 0.06, 0.75, 0.00, 0.27. Web safe color of #b02ebb is #9933cc. Color #b02ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101110 10111011
Octal 260 56 273
Decimal 176 46 187
Hex B0 2E BB

RGB Percentages of Color #b02ebb

%43.03
%11.25
%45.72

CMYK Percentages of Color #b02ebb

%6
%75
%0
%27

Triadic Colors of #b02ebb

#b02ebb #bbb02e #2ebbb0

Analogous Colors of #b02ebb

#b02ebb #bb2e80 #6a2ebb

Monochromatic Colors of #b02ebb

#b02ebb

Complementary Color

#b02ebb #39bb2e

#b02ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02ebb Color CSS Codes

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

#b02ebb Text Font Color

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

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


#b02ebb Background Color

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

This div background color is #b02ebb


#b02ebb Border Color

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

This div border color is #b02ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02ebb


Comments

No comments written yet.

Please login to write comment.