Color Hex Logo

#b450ca Color Hex

#B450CA
(180,80,202)
0 Favorites   0 Comments

Color spaces of #b450ca

RGB 18080202
HSL0.800.540.55
HSV289°60°79°
CMYK 0.110.600.00   0.21
XYZ32.351719.704957.9754
Yxy19.70490.29400.1791
Hunter Lab44.390252.4084-46.3620
CIE-Lab51.501958.1486-45.7205

#b450ca color RGB value is (180,80,202).

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

The process color (four color CMYK) of #b450ca color hex is 0.11, 0.60, 0.00, 0.21. Web safe color of #b450ca is #cc66cc. Color #b450ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 11001010
Octal 264 120 312
Decimal 180 80 202
Hex B4 50 CA

RGB Percentages of Color #b450ca

%38.96
%17.32
%43.72

CMYK Percentages of Color #b450ca

%11
%60
%0
%21

Triadic Colors of #b450ca

#b450ca #cab450 #50cab4

Analogous Colors of #b450ca

#b450ca #ca50a3 #7750ca

Monochromatic Colors of #b450ca

#b450ca

Complementary Color

#b450ca #66ca50

#b450ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b450ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b450ca Color CSS Codes

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

#b450ca Text Font Color

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

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


#b450ca Background Color

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

This div background color is #b450ca


#b450ca Border Color

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

This div border color is #b450ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b450ca


Comments

No comments written yet.

Please login to write comment.