Color Hex Logo

#b261da Color Hex

#B261DA
(178,97,218)
0 Favorites   0 Comments

Color spaces of #b261da

RGB 17897218
HSL0.780.620.62
HSV280°56°85°
CMYK 0.180.560.00   0.15
XYZ35.289723.076368.9239
Yxy23.07630.27720.1813
Hunter Lab48.037847.0642-51.4419
CIE-Lab55.150852.6837-49.0510

#b261da color RGB value is (178,97,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100001 11011010
Octal 262 141 332
Decimal 178 97 218
Hex B2 61 DA

RGB Percentages of Color #b261da

%36.11
%19.68
%44.22

CMYK Percentages of Color #b261da

%18
%56
%0
%15

Triadic Colors of #b261da

#b261da #dab261 #61dab2

Analogous Colors of #b261da

#b261da #da61c6 #7661da

Monochromatic Colors of #b261da

#b261da

Complementary Color

#b261da #89da61

#b261da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b261da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b261da Color CSS Codes

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

#b261da Text Font Color

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

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


#b261da Background Color

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

This div background color is #b261da


#b261da Border Color

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

This div border color is #b261da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b261da


Comments

No comments written yet.

Please login to write comment.