Color Hex Logo

#b04ece Color Hex

#B04ECE
(176,78,206)
0 Favorites   0 Comments

Color spaces of #b04ece

RGB 17678206
HSL0.790.570.56
HSV286°62°81°
CMYK 0.150.620.00   0.19
XYZ31.769519.135160.4115
Yxy19.13510.28540.1719
Hunter Lab43.743753.0868-51.2609
CIE-Lab50.844958.8737-49.0927

#b04ece color RGB value is (176,78,206).

#b04ece hex color red value is 176, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b04ece hue: 0.79 , saturation: 0.57 and the lightness value of b04ece is 0.56.

The process color (four color CMYK) of #b04ece color hex is 0.15, 0.62, 0.00, 0.19. Web safe color of #b04ece is #9966cc. Color #b04ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001110 11001110
Octal 260 116 316
Decimal 176 78 206
Hex B0 4E CE

RGB Percentages of Color #b04ece

%38.26
%16.96
%44.78

CMYK Percentages of Color #b04ece

%15
%62
%0
%19

Triadic Colors of #b04ece

#b04ece #ceb04e #4eceb0

Analogous Colors of #b04ece

#b04ece #ce4eac #704ece

Monochromatic Colors of #b04ece

#b04ece

Complementary Color

#b04ece #6cce4e

#b04ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ece Color CSS Codes

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

#b04ece Text Font Color

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

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


#b04ece Background Color

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

This div background color is #b04ece


#b04ece Border Color

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

This div border color is #b04ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ece


Comments

No comments written yet.

Please login to write comment.