Color Hex Logo

#b650dc Color Hex

#B650DC
(182,80,220)
0 Favorites   0 Comments

Color spaces of #b650dc

RGB 18280220
HSL0.790.670.59
HSV284°64°86°
CMYK 0.170.640.00   0.14
XYZ35.078320.849769.8857
Yxy20.84970.27880.1657
Hunter Lab45.661557.2206-58.7814
CIE-Lab52.784662.1640-53.9258

#b650dc color RGB value is (182,80,220).

#b650dc hex color red value is 182, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b650dc hue: 0.79 , saturation: 0.67 and the lightness value of b650dc is 0.59.

The process color (four color CMYK) of #b650dc color hex is 0.17, 0.64, 0.00, 0.14. Web safe color of #b650dc is #cc66cc. Color #b650dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010000 11011100
Octal 266 120 334
Decimal 182 80 220
Hex B6 50 DC

RGB Percentages of Color #b650dc

%37.76
%16.60
%45.64

CMYK Percentages of Color #b650dc

%17
%64
%0
%14

Triadic Colors of #b650dc

#b650dc #dcb650 #50dcb6

Analogous Colors of #b650dc

#b650dc #dc50bc #7050dc

Monochromatic Colors of #b650dc

#b650dc

Complementary Color

#b650dc #76dc50

#b650dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b650dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b650dc Color CSS Codes

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

#b650dc Text Font Color

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

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


#b650dc Background Color

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

This div background color is #b650dc


#b650dc Border Color

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

This div border color is #b650dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,80,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b650dc


Comments

No comments written yet.

Please login to write comment.