Color Hex Logo

#b00ebc Color Hex

#B00EBC
(176,14,188)
0 Favorites   0 Comments

Color spaces of #b00ebc

RGB 17614188
HSL0.820.860.40
HSV296°93°74°
CMYK 0.060.930.00   0.26
XYZ27.138613.175048.6896
Yxy13.17500.30490.1480
Hunter Lab36.297469.9393-54.1239
CIE-Lab43.025874.8240-51.1718

#b00ebc color RGB value is (176,14,188).

#b00ebc hex color red value is 176, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b00ebc hue: 0.82 , saturation: 0.86 and the lightness value of b00ebc is 0.40.

The process color (four color CMYK) of #b00ebc color hex is 0.06, 0.93, 0.00, 0.26. Web safe color of #b00ebc is #9900cc. Color #b00ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001110 10111100
Octal 260 16 274
Decimal 176 14 188
Hex B0 E BC

RGB Percentages of Color #b00ebc

%46.56
%3.70
%49.74

CMYK Percentages of Color #b00ebc

%6
%93
%0
%26

Triadic Colors of #b00ebc

#b00ebc #bcb00e #0ebcb0

Analogous Colors of #b00ebc

#b00ebc #bc0e71 #590ebc

Monochromatic Colors of #b00ebc

#b00ebc

Complementary Color

#b00ebc #1abc0e

#b00ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00ebc Color CSS Codes

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

#b00ebc Text Font Color

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

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


#b00ebc Background Color

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

This div background color is #b00ebc


#b00ebc Border Color

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

This div border color is #b00ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00ebc


Comments

No comments written yet.

Please login to write comment.