Color Hex Logo

#b04ec4 Color Hex

#B04EC4
(176,78,196)
0 Favorites   0 Comments

Color spaces of #b04ec4

RGB 17678196
HSL0.810.500.54
HSV290°60°77°
CMYK 0.100.600.00   0.23
XYZ30.592718.664454.2147
Yxy18.66440.29570.1804
Hunter Lab43.202350.7965-44.1616
CIE-Lab50.292256.9174-44.2224

#b04ec4 color RGB value is (176,78,196).

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

The process color (four color CMYK) of #b04ec4 color hex is 0.10, 0.60, 0.00, 0.23. Web safe color of #b04ec4 is #9966cc. Color #b04ec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001110 11000100
Octal 260 116 304
Decimal 176 78 196
Hex B0 4E C4

RGB Percentages of Color #b04ec4

%39.11
%17.33
%43.56

CMYK Percentages of Color #b04ec4

%10
%60
%0
%23

Triadic Colors of #b04ec4

#b04ec4 #c4b04e #4ec4b0

Analogous Colors of #b04ec4

#b04ec4 #c44e9d #754ec4

Monochromatic Colors of #b04ec4

#b04ec4

Complementary Color

#b04ec4 #62c44e

#b04ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ec4 Color CSS Codes

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

#b04ec4 Text Font Color

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

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


#b04ec4 Background Color

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

This div background color is #b04ec4


#b04ec4 Border Color

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

This div border color is #b04ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ec4


Comments

No comments written yet.

Please login to write comment.