Color Hex Logo

#b040ce Color Hex

#B040CE
(176,64,206)
0 Favorites   0 Comments

Color spaces of #b040ce

RGB 17664206
HSL0.800.590.53
HSV287°69°81°
CMYK 0.150.690.00   0.19
XYZ30.878517.353160.1145
Yxy17.35310.28500.1602
Hunter Lab41.657159.4142-56.4003
CIE-Lab48.701964.8360-52.5177

#b040ce color RGB value is (176,64,206).

#b040ce hex color red value is 176, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b040ce hue: 0.80 , saturation: 0.59 and the lightness value of b040ce is 0.53.

The process color (four color CMYK) of #b040ce color hex is 0.15, 0.69, 0.00, 0.19. Web safe color of #b040ce is #9933cc. Color #b040ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000000 11001110
Octal 260 100 316
Decimal 176 64 206
Hex B0 40 CE

RGB Percentages of Color #b040ce

%39.46
%14.35
%46.19

CMYK Percentages of Color #b040ce

%15
%69
%0
%19

Triadic Colors of #b040ce

#b040ce #ceb040 #40ceb0

Analogous Colors of #b040ce

#b040ce #ce40a5 #6940ce

Monochromatic Colors of #b040ce

#b040ce

Complementary Color

#b040ce #5ece40

#b040ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b040ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b040ce Color CSS Codes

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

#b040ce Text Font Color

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

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


#b040ce Background Color

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

This div background color is #b040ce


#b040ce Border Color

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

This div border color is #b040ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b040ce


Comments

No comments written yet.

Please login to write comment.