Color Hex Logo

#b64cef Color Hex

#B64CEF
(182,76,239)
0 Favorites   0 Comments

Color spaces of #b64cef

RGB 18276239
HSL0.780.840.62
HSV279°68°94°
CMYK 0.240.680.00   0.06
XYZ37.455821.346083.8074
Yxy21.34600.26260.1497
Hunter Lab46.201763.8571-75.2076
CIE-Lab53.326167.7562-63.7617

#b64cef color RGB value is (182,76,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001100 11101111
Octal 266 114 357
Decimal 182 76 239
Hex B6 4C EF

RGB Percentages of Color #b64cef

%36.62
%15.29
%48.09

CMYK Percentages of Color #b64cef

%24
%68
%0
%6

Triadic Colors of #b64cef

#b64cef #efb64c #4cefb6

Analogous Colors of #b64cef

#b64cef #ef4cd7 #654cef

Monochromatic Colors of #b64cef

#b64cef

Complementary Color

#b64cef #85ef4c

#b64cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64cef Color CSS Codes

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

#b64cef Text Font Color

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

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


#b64cef Background Color

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

This div background color is #b64cef


#b64cef Border Color

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

This div border color is #b64cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64cef


Comments

No comments written yet.

Please login to write comment.