Color Hex Logo

#b971da Color Hex

#B971DA
(185,113,218)
0 Favorites   0 Comments

Color spaces of #b971da

RGB 185113218
HSL0.780.590.65
HSV281°48°85°
CMYK 0.150.480.00   0.15
XYZ38.567627.186569.5444
Yxy27.18650.28510.2009
Hunter Lab52.140740.7873-42.5816
CIE-Lab59.146646.2597-42.6757

#b971da color RGB value is (185,113,218).

#b971da hex color red value is 185, green value is 113 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b971da hue: 0.78 , saturation: 0.59 and the lightness value of b971da is 0.65.

The process color (four color CMYK) of #b971da color hex is 0.15, 0.48, 0.00, 0.15. Web safe color of #b971da is #cc66cc. Color #b971da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 11011010
Octal 271 161 332
Decimal 185 113 218
Hex B9 71 DA

RGB Percentages of Color #b971da

%35.85
%21.90
%42.25

CMYK Percentages of Color #b971da

%15
%48
%0
%15

Triadic Colors of #b971da

#b971da #dab971 #71dab9

Analogous Colors of #b971da

#b971da #da71c7 #8571da

Monochromatic Colors of #b971da

#b971da

Complementary Color

#b971da #92da71

#b971da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971da Color CSS Codes

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

#b971da Text Font Color

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

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


#b971da Background Color

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

This div background color is #b971da


#b971da Border Color

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

This div border color is #b971da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971da


Comments

No comments written yet.

Please login to write comment.