Color Hex Logo

#b064ea Color Hex

#B064EA
(176,100,234)
0 Favorites   0 Comments

Color spaces of #b064ea

RGB 176100234
HSL0.760.760.65
HSV274°57°92°
CMYK 0.250.570.00   0.08
XYZ37.313024.285080.5628
Yxy24.28500.26250.1708
Hunter Lab49.279848.9145-62.4316
CIE-Lab56.372054.1608-56.1135

#b064ea color RGB value is (176,100,234).

#b064ea hex color red value is 176, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b064ea hue: 0.76 , saturation: 0.76 and the lightness value of b064ea is 0.65.

The process color (four color CMYK) of #b064ea color hex is 0.25, 0.57, 0.00, 0.08. Web safe color of #b064ea is #9966ff. Color #b064ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 11101010
Octal 260 144 352
Decimal 176 100 234
Hex B0 64 EA

RGB Percentages of Color #b064ea

%34.51
%19.61
%45.88

CMYK Percentages of Color #b064ea

%25
%57
%0
%8

Triadic Colors of #b064ea

#b064ea #eab064 #64eab0

Analogous Colors of #b064ea

#b064ea #ea64e1 #6d64ea

Monochromatic Colors of #b064ea

#b064ea

Complementary Color

#b064ea #9eea64

#b064ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b064ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b064ea Color CSS Codes

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

#b064ea Text Font Color

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

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


#b064ea Background Color

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

This div background color is #b064ea


#b064ea Border Color

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

This div border color is #b064ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,100,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b064ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b064ea;
  -webkit-box-shadow: 1px 1px 3px 2px #b064ea;
  box-shadow:         1px 1px 3px 2px #b064ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,100,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b064ea


Comments

No comments written yet.

Please login to write comment.