Color Hex Logo

#b450ec Color Hex

#B450EC
(180,80,236)
0 Favorites   0 Comments

Color spaces of #b450ec

RGB 18080236
HSL0.770.800.62
HSV278°66°93°
CMYK 0.240.660.00   0.07
XYZ36.831421.496781.5649
Yxy21.49670.26330.1537
Hunter Lab46.364560.6602-71.8483
CIE-Lab53.488965.0062-61.8314

#b450ec color RGB value is (180,80,236).

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

The process color (four color CMYK) of #b450ec color hex is 0.24, 0.66, 0.00, 0.07. Web safe color of #b450ec is #cc66ff. Color #b450ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 11101100
Octal 264 120 354
Decimal 180 80 236
Hex B4 50 EC

RGB Percentages of Color #b450ec

%36.29
%16.13
%47.58

CMYK Percentages of Color #b450ec

%24
%66
%0
%7

Triadic Colors of #b450ec

#b450ec #ecb450 #50ecb4

Analogous Colors of #b450ec

#b450ec #ec50d6 #6650ec

Monochromatic Colors of #b450ec

#b450ec

Complementary Color

#b450ec #88ec50

#b450ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b450ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b450ec Color CSS Codes

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

#b450ec Text Font Color

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

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


#b450ec Background Color

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

This div background color is #b450ec


#b450ec Border Color

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

This div border color is #b450ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b450ec


Comments

No comments written yet.

Please login to write comment.