Color Hex Logo

#b04ebd Color Hex

#B04EBD
(176,78,189)
0 Favorites   0 Comments

Color spaces of #b04ebd

RGB 17678189
HSL0.810.460.52
HSV293°59°74°
CMYK 0.070.590.00   0.26
XYZ29.814218.353050.1152
Yxy18.35300.30340.1867
Hunter Lab42.840449.2540-39.3699
CIE-Lab49.921555.5838-40.7609

#b04ebd color RGB value is (176,78,189).

#b04ebd hex color red value is 176, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b04ebd hue: 0.81 , saturation: 0.46 and the lightness value of b04ebd is 0.52.

The process color (four color CMYK) of #b04ebd color hex is 0.07, 0.59, 0.00, 0.26. Web safe color of #b04ebd is #9966cc. Color #b04ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001110 10111101
Octal 260 116 275
Decimal 176 78 189
Hex B0 4E BD

RGB Percentages of Color #b04ebd

%39.73
%17.61
%42.66

CMYK Percentages of Color #b04ebd

%7
%59
%0
%26

Triadic Colors of #b04ebd

#b04ebd #bdb04e #4ebdb0

Analogous Colors of #b04ebd

#b04ebd #bd4e93 #794ebd

Monochromatic Colors of #b04ebd

#b04ebd

Complementary Color

#b04ebd #5bbd4e

#b04ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ebd Color CSS Codes

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

#b04ebd Text Font Color

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

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


#b04ebd Background Color

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

This div background color is #b04ebd


#b04ebd Border Color

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

This div border color is #b04ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ebd


Comments

No comments written yet.

Please login to write comment.