Color Hex Logo

#b02ebf Color Hex

#B02EBF
(176,46,191)
0 Favorites   0 Comments

Color spaces of #b02ebf

RGB 17646191
HSL0.820.610.46
HSV294°76°75°
CMYK 0.080.760.00   0.25
XYZ28.285514.945750.6842
Yxy14.94570.30120.1591
Hunter Lab38.659762.9458-50.6695
CIE-Lab45.559768.4759-48.8634

#b02ebf color RGB value is (176,46,191).

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

The process color (four color CMYK) of #b02ebf color hex is 0.08, 0.76, 0.00, 0.25. Web safe color of #b02ebf is #9933cc. Color #b02ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101110 10111111
Octal 260 56 277
Decimal 176 46 191
Hex B0 2E BF

RGB Percentages of Color #b02ebf

%42.62
%11.14
%46.25

CMYK Percentages of Color #b02ebf

%8
%76
%0
%25

Triadic Colors of #b02ebf

#b02ebf #bfb02e #2ebfb0

Analogous Colors of #b02ebf

#b02ebf #bf2e86 #682ebf

Monochromatic Colors of #b02ebf

#b02ebf

Complementary Color

#b02ebf #3dbf2e

#b02ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02ebf Color CSS Codes

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

#b02ebf Text Font Color

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

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


#b02ebf Background Color

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

This div background color is #b02ebf


#b02ebf Border Color

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

This div border color is #b02ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,46,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02ebf


Comments

No comments written yet.

Please login to write comment.