Color Hex Logo

#b971be Color Hex

#B971BE
(185,113,190)
0 Favorites   0 Comments

Color spaces of #b971be

RGB 185113190
HSL0.820.370.59
HSV296°41°75°
CMYK 0.030.410.00   0.25
XYZ35.207025.842251.8476
Yxy25.84220.31190.2289
Hunter Lab50.835234.6623-24.8861
CIE-Lab57.887040.6091-28.7866

#b971be color RGB value is (185,113,190).

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

The process color (four color CMYK) of #b971be color hex is 0.03, 0.41, 0.00, 0.25. Web safe color of #b971be is #cc66cc. Color #b971be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 10111110
Octal 271 161 276
Decimal 185 113 190
Hex B9 71 BE

RGB Percentages of Color #b971be

%37.91
%23.16
%38.93

CMYK Percentages of Color #b971be

%3
%41
%0
%25

Triadic Colors of #b971be

#b971be #beb971 #71beb9

Analogous Colors of #b971be

#b971be #be719d #9371be

Monochromatic Colors of #b971be

#b971be

Complementary Color

#b971be #76be71

#b971be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971be Color CSS Codes

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

#b971be Text Font Color

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

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


#b971be Background Color

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

This div background color is #b971be


#b971be Border Color

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

This div border color is #b971be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,113,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971be


Comments

No comments written yet.

Please login to write comment.