Color Hex Logo

#b268da Color Hex

#B268DA
(178,104,218)
0 Favorites   0 Comments

Color spaces of #b268da

RGB 178104218
HSL0.770.610.63
HSV279°52°85°
CMYK 0.180.520.00   0.15
XYZ35.965324.427669.1491
Yxy24.42760.27760.1886
Hunter Lab49.424343.3992-48.3551
CIE-Lab56.513449.0894-46.8886

#b268da color RGB value is (178,104,218).

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

The process color (four color CMYK) of #b268da color hex is 0.18, 0.52, 0.00, 0.15. Web safe color of #b268da is #9966cc. Color #b268da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 11011010
Octal 262 150 332
Decimal 178 104 218
Hex B2 68 DA

RGB Percentages of Color #b268da

%35.60
%20.80
%43.60

CMYK Percentages of Color #b268da

%18
%52
%0
%15

Triadic Colors of #b268da

#b268da #dab268 #68dab2

Analogous Colors of #b268da

#b268da #da68c9 #7968da

Monochromatic Colors of #b268da

#b268da

Complementary Color

#b268da #90da68

#b268da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268da Color CSS Codes

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

#b268da Text Font Color

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

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


#b268da Background Color

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

This div background color is #b268da


#b268da Border Color

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

This div border color is #b268da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268da


Comments

No comments written yet.

Please login to write comment.