Color Hex Logo

#b050dc Color Hex

#B050DC
(176,80,220)
0 Favorites   0 Comments

Color spaces of #b050dc

RGB 17680220
HSL0.780.670.59
HSV281°64°86°
CMYK 0.200.640.00   0.14
XYZ33.691420.134769.8208
Yxy20.13470.27250.1628
Hunter Lab44.871755.4992-60.8456
CIE-Lab51.989260.8022-55.2439

#b050dc color RGB value is (176,80,220).

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

The process color (four color CMYK) of #b050dc color hex is 0.20, 0.64, 0.00, 0.14. Web safe color of #b050dc is #9966cc. Color #b050dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 11011100
Octal 260 120 334
Decimal 176 80 220
Hex B0 50 DC

RGB Percentages of Color #b050dc

%36.97
%16.81
%46.22

CMYK Percentages of Color #b050dc

%20
%64
%0
%14

Triadic Colors of #b050dc

#b050dc #dcb050 #50dcb0

Analogous Colors of #b050dc

#b050dc #dc50c2 #6a50dc

Monochromatic Colors of #b050dc

#b050dc

Complementary Color

#b050dc #7cdc50

#b050dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b050dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b050dc Color CSS Codes

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

#b050dc Text Font Color

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

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


#b050dc Background Color

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

This div background color is #b050dc


#b050dc Border Color

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

This div border color is #b050dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b050dc


Comments

No comments written yet.

Please login to write comment.