Color Hex Logo

#b450cd Color Hex

#B450CD
(180,80,205)
0 Favorites   0 Comments

Color spaces of #b450cd

RGB 18080205
HSL0.800.560.56
HSV288°61°80°
CMYK 0.120.610.00   0.20
XYZ32.710519.848459.8647
Yxy19.84840.29100.1766
Hunter Lab44.551553.0925-48.4829
CIE-Lab51.665458.7299-47.1807

#b450cd color RGB value is (180,80,205).

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

The process color (four color CMYK) of #b450cd color hex is 0.12, 0.61, 0.00, 0.20. Web safe color of #b450cd is #cc66cc. Color #b450cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 11001101
Octal 264 120 315
Decimal 180 80 205
Hex B4 50 CD

RGB Percentages of Color #b450cd

%38.71
%17.20
%44.09

CMYK Percentages of Color #b450cd

%12
%61
%0
%20

Triadic Colors of #b450cd

#b450cd #cdb450 #50cdb4

Analogous Colors of #b450cd

#b450cd #cd50a8 #7650cd

Monochromatic Colors of #b450cd

#b450cd

Complementary Color

#b450cd #69cd50

#b450cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b450cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b450cd Color CSS Codes

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

#b450cd Text Font Color

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

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


#b450cd Background Color

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

This div background color is #b450cd


#b450cd Border Color

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

This div border color is #b450cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b450cd


Comments

No comments written yet.

Please login to write comment.