Color Hex Logo

#b04ceb Color Hex

#B04CEB
(176,76,235)
0 Favorites   0 Comments

Color spaces of #b04ceb

RGB 17676235
HSL0.770.800.61
HSV278°68°92°
CMYK 0.250.680.00   0.08
XYZ35.484320.397180.6641
Yxy20.39710.25990.1494
Hunter Lab45.163161.2104-74.2813
CIE-Lab52.283265.7034-63.2389

#b04ceb color RGB value is (176,76,235).

#b04ceb hex color red value is 176, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b04ceb hue: 0.77 , saturation: 0.80 and the lightness value of b04ceb is 0.61.

The process color (four color CMYK) of #b04ceb color hex is 0.25, 0.68, 0.00, 0.08. Web safe color of #b04ceb is #9933ff. Color #b04ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001100 11101011
Octal 260 114 353
Decimal 176 76 235
Hex B0 4C EB

RGB Percentages of Color #b04ceb

%36.14
%15.61
%48.25

CMYK Percentages of Color #b04ceb

%25
%68
%0
%8

Triadic Colors of #b04ceb

#b04ceb #ebb04c #4cebb0

Analogous Colors of #b04ceb

#b04ceb #eb4cd7 #614ceb

Monochromatic Colors of #b04ceb

#b04ceb

Complementary Color

#b04ceb #87eb4c

#b04ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ceb Color CSS Codes

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

#b04ceb Text Font Color

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

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


#b04ceb Background Color

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

This div background color is #b04ceb


#b04ceb Border Color

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

This div border color is #b04ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ceb


Comments

No comments written yet.

Please login to write comment.