Color Hex Logo

#be71bd Color Hex

#BE71BD
(190,113,189)
0 Favorites   0 Comments

Color spaces of #be71bd

RGB 190113189
HSL0.840.370.59
HSV301°41°75°
CMYK 0.000.410.01   0.25
XYZ36.325626.431551.3313
Yxy26.43150.31840.2317
Hunter Lab51.411636.1515-23.2093
CIE-Lab58.444441.9699-27.3054

#be71bd color RGB value is (190,113,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 10111101
Octal 276 161 275
Decimal 190 113 189
Hex BE 71 BD

RGB Percentages of Color #be71bd

%38.62
%22.97
%38.41

CMYK Percentages of Color #be71bd

%0
%41
%1
%25

Triadic Colors of #be71bd

#be71bd #bdbe71 #71bdbe

Analogous Colors of #be71bd

#be71bd #be7197 #9971be

Monochromatic Colors of #be71bd

#be71bd

Complementary Color

#be71bd #71be72

#be71bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be71bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be71bd Color CSS Codes

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

#be71bd Text Font Color

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

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


#be71bd Background Color

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

This div background color is #be71bd


#be71bd Border Color

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

This div border color is #be71bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be71bd


Comments

No comments written yet.

Please login to write comment.