Color Hex Logo

#b850ce Color Hex

#B850CE
(184,80,206)
0 Favorites   0 Comments

Color spaces of #b850ce

RGB 18480206
HSL0.800.560.56
HSV290°61°81°
CMYK 0.110.610.00   0.19
XYZ33.776420.383960.5468
Yxy20.38390.29450.1777
Hunter Lab45.148554.5290-47.9074
CIE-Lab52.268559.8955-46.7608

#b850ce color RGB value is (184,80,206).

#b850ce hex color red value is 184, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b850ce hue: 0.80 , saturation: 0.56 and the lightness value of b850ce is 0.56.

The process color (four color CMYK) of #b850ce color hex is 0.11, 0.61, 0.00, 0.19. Web safe color of #b850ce is #cc66cc. Color #b850ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 11001110
Octal 270 120 316
Decimal 184 80 206
Hex B8 50 CE

RGB Percentages of Color #b850ce

%39.15
%17.02
%43.83

CMYK Percentages of Color #b850ce

%11
%61
%0
%19

Triadic Colors of #b850ce

#b850ce #ceb850 #50ceb8

Analogous Colors of #b850ce

#b850ce #ce50a5 #7950ce

Monochromatic Colors of #b850ce

#b850ce

Complementary Color

#b850ce #66ce50

#b850ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b850ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b850ce Color CSS Codes

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

#b850ce Text Font Color

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

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


#b850ce Background Color

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

This div background color is #b850ce


#b850ce Border Color

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

This div border color is #b850ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b850ce


Comments

No comments written yet.

Please login to write comment.