Color Hex Logo

#b268ea Color Hex

#B268EA
(178,104,234)
0 Favorites   0 Comments

Color spaces of #b268ea

RGB 178104234
HSL0.760.760.66
HSV274°56°92°
CMYK 0.240.560.00   0.08
XYZ38.161725.306180.7151
Yxy25.30610.26470.1755
Hunter Lab50.305247.3768-59.9177
CIE-Lab57.372552.6036-54.5026

#b268ea color RGB value is (178,104,234).

#b268ea hex color red value is 178, green value is 104 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b268ea hue: 0.76 , saturation: 0.76 and the lightness value of b268ea is 0.66.

The process color (four color CMYK) of #b268ea color hex is 0.24, 0.56, 0.00, 0.08. Web safe color of #b268ea is #9966ff. Color #b268ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 11101010
Octal 262 150 352
Decimal 178 104 234
Hex B2 68 EA

RGB Percentages of Color #b268ea

%34.50
%20.16
%45.35

CMYK Percentages of Color #b268ea

%24
%56
%0
%8

Triadic Colors of #b268ea

#b268ea #eab268 #68eab2

Analogous Colors of #b268ea

#b268ea #ea68e1 #7168ea

Monochromatic Colors of #b268ea

#b268ea

Complementary Color

#b268ea #a0ea68

#b268ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268ea Color CSS Codes

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

#b268ea Text Font Color

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

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


#b268ea Background Color

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

This div background color is #b268ea


#b268ea Border Color

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

This div border color is #b268ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,104,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 #b268ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268ea


Comments

No comments written yet.

Please login to write comment.