Color Hex Logo

#b64eda Color Hex

#B64EDA
(182,78,218)
0 Favorites   0 Comments

Color spaces of #b64eda

RGB 18278218
HSL0.790.650.58
HSV285°64°85°
CMYK 0.170.640.00   0.15
XYZ34.670720.455868.4507
Yxy20.45580.28060.1655
Hunter Lab45.228157.6844-58.0731
CIE-Lab52.348762.6484-53.4884

#b64eda color RGB value is (182,78,218).

#b64eda hex color red value is 182, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b64eda hue: 0.79 , saturation: 0.65 and the lightness value of b64eda is 0.58.

The process color (four color CMYK) of #b64eda color hex is 0.17, 0.64, 0.00, 0.15. Web safe color of #b64eda is #cc66cc. Color #b64eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001110 11011010
Octal 266 116 332
Decimal 182 78 218
Hex B6 4E DA

RGB Percentages of Color #b64eda

%38.08
%16.32
%45.61

CMYK Percentages of Color #b64eda

%17
%64
%0
%15

Triadic Colors of #b64eda

#b64eda #dab64e #4edab6

Analogous Colors of #b64eda

#b64eda #da4eb8 #704eda

Monochromatic Colors of #b64eda

#b64eda

Complementary Color

#b64eda #72da4e

#b64eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64eda Color CSS Codes

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

#b64eda Text Font Color

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

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


#b64eda Background Color

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

This div background color is #b64eda


#b64eda Border Color

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

This div border color is #b64eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64eda


Comments

No comments written yet.

Please login to write comment.