Color Hex Logo

#b450dc Color Hex

#B450DC
(180,80,220)
0 Favorites   0 Comments

Color spaces of #b450dc

RGB 18080220
HSL0.790.670.59
HSV283°64°86°
CMYK 0.180.640.00   0.14
XYZ34.609320.607969.8638
Yxy20.60790.27670.1648
Hunter Lab45.395956.6434-59.4695
CIE-Lab52.517761.7090-54.3681

#b450dc color RGB value is (180,80,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 11011100
Octal 264 120 334
Decimal 180 80 220
Hex B4 50 DC

RGB Percentages of Color #b450dc

%37.50
%16.67
%45.83

CMYK Percentages of Color #b450dc

%18
%64
%0
%14

Triadic Colors of #b450dc

#b450dc #dcb450 #50dcb4

Analogous Colors of #b450dc

#b450dc #dc50be #6e50dc

Monochromatic Colors of #b450dc

#b450dc

Complementary Color

#b450dc #78dc50

#b450dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b450dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b450dc Color CSS Codes

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

#b450dc Text Font Color

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

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


#b450dc Background Color

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

This div background color is #b450dc


#b450dc Border Color

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

This div border color is #b450dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b450dc


Comments

No comments written yet.

Please login to write comment.