Color Hex Logo

#b264da Color Hex

#B264DA
(178,100,218)
0 Favorites   0 Comments

Color spaces of #b264da

RGB 178100218
HSL0.780.610.62
HSV280°54°85°
CMYK 0.180.540.00   0.15
XYZ35.572223.641369.0180
Yxy23.64130.27740.1844
Hunter Lab48.622345.5019-50.1248
CIE-Lab55.726951.1573-48.1360

#b264da color RGB value is (178,100,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100100 11011010
Octal 262 144 332
Decimal 178 100 218
Hex B2 64 DA

RGB Percentages of Color #b264da

%35.89
%20.16
%43.95

CMYK Percentages of Color #b264da

%18
%54
%0
%15

Triadic Colors of #b264da

#b264da #dab264 #64dab2

Analogous Colors of #b264da

#b264da #da64c7 #7764da

Monochromatic Colors of #b264da

#b264da

Complementary Color

#b264da #8cda64

#b264da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b264da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b264da Color CSS Codes

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

#b264da Text Font Color

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

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


#b264da Background Color

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

This div background color is #b264da


#b264da Border Color

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

This div border color is #b264da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b264da


Comments

No comments written yet.

Please login to write comment.