Color Hex Logo

#b650ce Color Hex

#B650CE
(182,80,206)
0 Favorites   0 Comments

Color spaces of #b650ce

RGB 18280206
HSL0.800.560.56
HSV289°61°81°
CMYK 0.120.610.00   0.19
XYZ33.300620.138660.5245
Yxy20.13860.29220.1767
Hunter Lab44.876153.9241-48.5514
CIE-Lab51.993659.4098-47.2146

#b650ce color RGB value is (182,80,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010000 11001110
Octal 266 120 316
Decimal 182 80 206
Hex B6 50 CE

RGB Percentages of Color #b650ce

%38.89
%17.09
%44.02

CMYK Percentages of Color #b650ce

%12
%61
%0
%19

Triadic Colors of #b650ce

#b650ce #ceb650 #50ceb6

Analogous Colors of #b650ce

#b650ce #ce50a7 #7750ce

Monochromatic Colors of #b650ce

#b650ce

Complementary Color

#b650ce #68ce50

#b650ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b650ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b650ce Color CSS Codes

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

#b650ce Text Font Color

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

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


#b650ce Background Color

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

This div background color is #b650ce


#b650ce Border Color

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

This div border color is #b650ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b650ce


Comments

No comments written yet.

Please login to write comment.