Color Hex Logo

#b64ebc Color Hex

#B64EBC
(182,78,188)
0 Favorites   0 Comments

Color spaces of #b64ebc

RGB 18278188
HSL0.820.450.52
HSV297°59°74°
CMYK 0.030.590.00   0.26
XYZ31.092919.024749.6103
Yxy19.02470.31180.1908
Hunter Lab43.617350.9146-36.9043
CIE-Lab50.716156.9479-38.8706

#b64ebc color RGB value is (182,78,188).

#b64ebc hex color red value is 182, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b64ebc hue: 0.82 , saturation: 0.45 and the lightness value of b64ebc is 0.52.

The process color (four color CMYK) of #b64ebc color hex is 0.03, 0.59, 0.00, 0.26. Web safe color of #b64ebc is #cc66cc. Color #b64ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001110 10111100
Octal 266 116 274
Decimal 182 78 188
Hex B6 4E BC

RGB Percentages of Color #b64ebc

%40.63
%17.41
%41.96

CMYK Percentages of Color #b64ebc

%3
%59
%0
%26

Triadic Colors of #b64ebc

#b64ebc #bcb64e #4ebcb6

Analogous Colors of #b64ebc

#b64ebc #bc4e8b #7f4ebc

Monochromatic Colors of #b64ebc

#b64ebc

Complementary Color

#b64ebc #54bc4e

#b64ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64ebc Color CSS Codes

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

#b64ebc Text Font Color

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

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


#b64ebc Background Color

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

This div background color is #b64ebc


#b64ebc Border Color

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

This div border color is #b64ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64ebc


Comments

No comments written yet.

Please login to write comment.