Color Hex Logo

#b063ec Color Hex

#B063EC
(176,99,236)
0 Favorites   0 Comments

Color spaces of #b063ec

RGB 17699236
HSL0.760.780.66
HSV274°58°93°
CMYK 0.250.580.00   0.07
XYZ37.506724.209982.0530
Yxy24.20990.26090.1684
Hunter Lab49.203649.9601-64.4309
CIE-Lab56.297355.1151-57.3508

#b063ec color RGB value is (176,99,236).

#b063ec hex color red value is 176, green value is 99 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b063ec hue: 0.76 , saturation: 0.78 and the lightness value of b063ec is 0.66.

The process color (four color CMYK) of #b063ec color hex is 0.25, 0.58, 0.00, 0.07. Web safe color of #b063ec is #9966ff. Color #b063ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100011 11101100
Octal 260 143 354
Decimal 176 99 236
Hex B0 63 EC

RGB Percentages of Color #b063ec

%34.44
%19.37
%46.18

CMYK Percentages of Color #b063ec

%25
%58
%0
%7

Triadic Colors of #b063ec

#b063ec #ecb063 #63ecb0

Analogous Colors of #b063ec

#b063ec #ec63e4 #6c63ec

Monochromatic Colors of #b063ec

#b063ec

Complementary Color

#b063ec #9fec63

#b063ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b063ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b063ec Color CSS Codes

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

#b063ec Text Font Color

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

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


#b063ec Background Color

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

This div background color is #b063ec


#b063ec Border Color

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

This div border color is #b063ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b063ec


Comments

No comments written yet.

Please login to write comment.