Color Hex Logo

#b64dfe Color Hex

#B64DFE
(182,77,254)
0 Favorites   0 Comments

Color spaces of #b64dfe

RGB 18277254
HSL0.770.990.65
HSV276°70°100°
CMYK 0.280.700.00   0.00
XYZ39.834722.408695.9917
Yxy22.40860.25170.1416
Hunter Lab47.337767.3668-87.0922
CIE-Lab54.457970.4798-70.2941

#b64dfe color RGB value is (182,77,254).

#b64dfe hex color red value is 182, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b64dfe hue: 0.77 , saturation: 0.99 and the lightness value of b64dfe is 0.65.

The process color (four color CMYK) of #b64dfe color hex is 0.28, 0.70, 0.00, 0.00. Web safe color of #b64dfe is #cc66ff. Color #b64dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001101 11111110
Octal 266 115 376
Decimal 182 77 254
Hex B6 4D FE

RGB Percentages of Color #b64dfe

%35.48
%15.01
%49.51

CMYK Percentages of Color #b64dfe

%28
%70
%0
%0

Triadic Colors of #b64dfe

#b64dfe #feb64d #4dfeb6

Analogous Colors of #b64dfe

#b64dfe #fe4dee #5d4dfe

Monochromatic Colors of #b64dfe

#b64dfe

Complementary Color

#b64dfe #95fe4d

#b64dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64dfe Color CSS Codes

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

#b64dfe Text Font Color

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

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


#b64dfe Background Color

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

This div background color is #b64dfe


#b64dfe Border Color

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

This div border color is #b64dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64dfe


Comments

No comments written yet.

Please login to write comment.