Color Hex Logo

#be71bb Color Hex

#BE71BB
(190,113,187)
0 Favorites   0 Comments

Color spaces of #be71bb

RGB 190113187
HSL0.840.370.59
HSV302°41°75°
CMYK 0.000.410.02   0.25
XYZ36.110026.345350.1956
Yxy26.34530.32050.2339
Hunter Lab51.327735.7547-22.0529
CIE-Lab58.363441.5998-26.2885

#be71bb color RGB value is (190,113,187).

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

The process color (four color CMYK) of #be71bb color hex is 0.00, 0.41, 0.02, 0.25. Web safe color of #be71bb is #cc66cc. Color #be71bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 10111011
Octal 276 161 273
Decimal 190 113 187
Hex BE 71 BB

RGB Percentages of Color #be71bb

%38.78
%23.06
%38.16

CMYK Percentages of Color #be71bb

%0
%41
%2
%25

Triadic Colors of #be71bb

#be71bb #bbbe71 #71bbbe

Analogous Colors of #be71bb

#be71bb #be7195 #9b71be

Monochromatic Colors of #be71bb

#be71bb

Complementary Color

#be71bb #71be74

#be71bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be71bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be71bb Color CSS Codes

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

#be71bb Text Font Color

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

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


#be71bb Background Color

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

This div background color is #be71bb


#be71bb Border Color

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

This div border color is #be71bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be71bb


Comments

No comments written yet.

Please login to write comment.