Color Hex Logo

#b04fed Color Hex

#B04FED
(176,79,237)
0 Favorites   0 Comments

Color spaces of #b04fed

RGB 17679237
HSL0.770.810.62
HSV277°67°93°
CMYK 0.260.670.00   0.07
XYZ35.986520.936582.2652
Yxy20.93650.25850.1504
Hunter Lab45.756460.3129-74.5676
CIE-Lab52.879964.8220-63.3997

#b04fed color RGB value is (176,79,237).

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

The process color (four color CMYK) of #b04fed color hex is 0.26, 0.67, 0.00, 0.07. Web safe color of #b04fed is #9966ff. Color #b04fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001111 11101101
Octal 260 117 355
Decimal 176 79 237
Hex B0 4F ED

RGB Percentages of Color #b04fed

%35.77
%16.06
%48.17

CMYK Percentages of Color #b04fed

%26
%67
%0
%7

Triadic Colors of #b04fed

#b04fed #edb04f #4fedb0

Analogous Colors of #b04fed

#b04fed #ed4fdb #614fed

Monochromatic Colors of #b04fed

#b04fed

Complementary Color

#b04fed #8ced4f

#b04fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04fed Color CSS Codes

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

#b04fed Text Font Color

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

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


#b04fed Background Color

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

This div background color is #b04fed


#b04fed Border Color

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

This div border color is #b04fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,79,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 #b04fed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04fed


Comments

No comments written yet.

Please login to write comment.