Color Hex Logo

#b03ebb Color Hex

#B03EBB
(176,62,187)
0 Favorites   0 Comments

Color spaces of #b03ebb

RGB 17662187
HSL0.820.500.49
HSV295°67°73°
CMYK 0.060.670.00   0.27
XYZ28.596816.263248.6456
Yxy16.26320.30580.1739
Hunter Lab40.327756.0030-43.2897
CIE-Lab47.317962.1177-43.7254

#b03ebb color RGB value is (176,62,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111110 10111011
Octal 260 76 273
Decimal 176 62 187
Hex B0 3E BB

RGB Percentages of Color #b03ebb

%41.41
%14.59
%44.00

CMYK Percentages of Color #b03ebb

%6
%67
%0
%27

Triadic Colors of #b03ebb

#b03ebb #bbb03e #3ebbb0

Analogous Colors of #b03ebb

#b03ebb #bb3e88 #723ebb

Monochromatic Colors of #b03ebb

#b03ebb

Complementary Color

#b03ebb #49bb3e

#b03ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03ebb Color CSS Codes

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

#b03ebb Text Font Color

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

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


#b03ebb Background Color

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

This div background color is #b03ebb


#b03ebb Border Color

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

This div border color is #b03ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03ebb


Comments

No comments written yet.

Please login to write comment.