Color Hex Logo

#b04ced Color Hex

#B04CED
(176,76,237)
0 Favorites   0 Comments

Color spaces of #b04ced

RGB 17676237
HSL0.770.820.61
HSV277°68°93°
CMYK 0.260.680.00   0.07
XYZ35.775020.513482.1947
Yxy20.51340.25830.1481
Hunter Lab45.291761.7330-75.8944
CIE-Lab52.412866.1256-64.1531

#b04ced color RGB value is (176,76,237).

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

The process color (four color CMYK) of #b04ced color hex is 0.26, 0.68, 0.00, 0.07. Web safe color of #b04ced is #9933ff. Color #b04ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001100 11101101
Octal 260 114 355
Decimal 176 76 237
Hex B0 4C ED

RGB Percentages of Color #b04ced

%35.99
%15.54
%48.47

CMYK Percentages of Color #b04ced

%26
%68
%0
%7

Triadic Colors of #b04ced

#b04ced #edb04c #4cedb0

Analogous Colors of #b04ced

#b04ced #ed4cda #604ced

Monochromatic Colors of #b04ced

#b04ced

Complementary Color

#b04ced #89ed4c

#b04ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ced Color CSS Codes

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

#b04ced Text Font Color

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

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


#b04ced Background Color

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

This div background color is #b04ced


#b04ced Border Color

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

This div border color is #b04ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ced


Comments

No comments written yet.

Please login to write comment.