Color Hex Logo

#b63cef Color Hex

#B63CEF
(182,60,239)
0 Favorites   0 Comments

Color spaces of #b63cef

RGB 18260239
HSL0.780.850.59
HSV281°75°94°
CMYK 0.240.750.00   0.06
XYZ36.487319.408883.4845
Yxy19.40880.26180.1393
Hunter Lab44.055470.7392-81.5151
CIE-Lab51.162173.8967-67.2570

#b63cef color RGB value is (182,60,239).

#b63cef hex color red value is 182, green value is 60 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b63cef hue: 0.78 , saturation: 0.85 and the lightness value of b63cef is 0.59.

The process color (four color CMYK) of #b63cef color hex is 0.24, 0.75, 0.00, 0.06. Web safe color of #b63cef is #cc33ff. Color #b63cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111100 11101111
Octal 266 74 357
Decimal 182 60 239
Hex B6 3C EF

RGB Percentages of Color #b63cef

%37.84
%12.47
%49.69

CMYK Percentages of Color #b63cef

%24
%75
%0
%6

Triadic Colors of #b63cef

#b63cef #efb63c #3cefb6

Analogous Colors of #b63cef

#b63cef #ef3ccf #5c3cef

Monochromatic Colors of #b63cef

#b63cef

Complementary Color

#b63cef #75ef3c

#b63cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63cef Color CSS Codes

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

#b63cef Text Font Color

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

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


#b63cef Background Color

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

This div background color is #b63cef


#b63cef Border Color

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

This div border color is #b63cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,60,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b63cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b63cef;
  -webkit-box-shadow: 1px 1px 3px 2px #b63cef;
  box-shadow:         1px 1px 3px 2px #b63cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,60,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63cef


Comments

No comments written yet.

Please login to write comment.