Color Hex Logo

#b268e3 Color Hex

#B268E3
(178,104,227)
0 Favorites   0 Comments

Color spaces of #b268e3

RGB 178104227
HSL0.770.690.65
HSV276°54°89°
CMYK 0.220.540.00   0.11
XYZ37.175524.911775.5221
Yxy24.91170.27020.1810
Hunter Lab49.911645.6062-54.7745
CIE-Lab56.989351.0499-51.1950

#b268e3 color RGB value is (178,104,227).

#b268e3 hex color red value is 178, green value is 104 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #b268e3 hue: 0.77 , saturation: 0.69 and the lightness value of b268e3 is 0.65.

The process color (four color CMYK) of #b268e3 color hex is 0.22, 0.54, 0.00, 0.11. Web safe color of #b268e3 is #9966cc. Color #b268e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 11100011
Octal 262 150 343
Decimal 178 104 227
Hex B2 68 E3

RGB Percentages of Color #b268e3

%34.97
%20.43
%44.60

CMYK Percentages of Color #b268e3

%22
%54
%0
%11

Triadic Colors of #b268e3

#b268e3 #e3b268 #68e3b2

Analogous Colors of #b268e3

#b268e3 #e368d7 #7568e3

Monochromatic Colors of #b268e3

#b268e3

Complementary Color

#b268e3 #99e368

#b268e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268e3 Color CSS Codes

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

#b268e3 Text Font Color

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

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


#b268e3 Background Color

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

This div background color is #b268e3


#b268e3 Border Color

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

This div border color is #b268e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268e3


Comments

No comments written yet.

Please login to write comment.