Color Hex Logo

#b268ed Color Hex

#B268ED
(178,104,237)
0 Favorites   0 Comments

Color spaces of #b268ed

RGB 178104237
HSL0.760.790.67
HSV273°56°93°
CMYK 0.250.560.00   0.07
XYZ38.596525.480083.0046
Yxy25.48000.26240.1732
Hunter Lab50.477748.1495-62.1609
CIE-Lab57.540153.2764-55.9090

#b268ed color RGB value is (178,104,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 11101101
Octal 262 150 355
Decimal 178 104 237
Hex B2 68 ED

RGB Percentages of Color #b268ed

%34.30
%20.04
%45.66

CMYK Percentages of Color #b268ed

%25
%56
%0
%7

Triadic Colors of #b268ed

#b268ed #edb268 #68edb2

Analogous Colors of #b268ed

#b268ed #ed68e6 #7068ed

Monochromatic Colors of #b268ed

#b268ed

Complementary Color

#b268ed #a3ed68

#b268ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268ed Color CSS Codes

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

#b268ed Text Font Color

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

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


#b268ed Background Color

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

This div background color is #b268ed


#b268ed Border Color

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

This div border color is #b268ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,104,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268ed


Comments

No comments written yet.

Please login to write comment.