Color Hex Logo

#b450ce Color Hex

#B450CE
(180,80,206)
0 Favorites   0 Comments

Color spaces of #b450ce

RGB 18080206
HSL0.800.560.56
HSV288°61°81°
CMYK 0.130.610.00   0.19
XYZ32.831619.896960.5026
Yxy19.89690.29000.1757
Hunter Lab44.605953.3221-49.1956
CIE-Lab51.720458.9244-47.6657

#b450ce color RGB value is (180,80,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 11001110
Octal 264 120 316
Decimal 180 80 206
Hex B4 50 CE

RGB Percentages of Color #b450ce

%38.63
%17.17
%44.21

CMYK Percentages of Color #b450ce

%13
%61
%0
%19

Triadic Colors of #b450ce

#b450ce #ceb450 #50ceb4

Analogous Colors of #b450ce

#b450ce #ce50a9 #7550ce

Monochromatic Colors of #b450ce

#b450ce

Complementary Color

#b450ce #6ace50

#b450ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b450ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b450ce Color CSS Codes

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

#b450ce Text Font Color

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

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


#b450ce Background Color

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

This div background color is #b450ce


#b450ce Border Color

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

This div border color is #b450ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b450ce


Comments

No comments written yet.

Please login to write comment.