Color Hex Logo

#b94cce Color Hex

#B94CCE
(185,76,206)
0 Favorites   0 Comments

Color spaces of #b94cce

RGB 18576206
HSL0.810.570.55
HSV290°63°81°
CMYK 0.100.630.00   0.19
XYZ33.732619.939460.4633
Yxy19.93940.29550.1747
Hunter Lab44.653656.7004-49.0243
CIE-Lab51.768661.8970-47.5470

#b94cce color RGB value is (185,76,206).

#b94cce hex color red value is 185, green value is 76 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b94cce hue: 0.81 , saturation: 0.57 and the lightness value of b94cce is 0.55.

The process color (four color CMYK) of #b94cce color hex is 0.10, 0.63, 0.00, 0.19. Web safe color of #b94cce is #cc33cc. Color #b94cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001100 11001110
Octal 271 114 316
Decimal 185 76 206
Hex B9 4C CE

RGB Percentages of Color #b94cce

%39.61
%16.27
%44.11

CMYK Percentages of Color #b94cce

%10
%63
%0
%19

Triadic Colors of #b94cce

#b94cce #ceb94c #4cceb9

Analogous Colors of #b94cce

#b94cce #ce4ca2 #784cce

Monochromatic Colors of #b94cce

#b94cce

Complementary Color

#b94cce #61ce4c

#b94cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94cce Color CSS Codes

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

#b94cce Text Font Color

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

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


#b94cce Background Color

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

This div background color is #b94cce


#b94cce Border Color

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

This div border color is #b94cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94cce


Comments

No comments written yet.

Please login to write comment.