Color Hex Logo

#be61bd Color Hex

#BE61BD
(190,97,189)
0 Favorites   0 Comments

Color spaces of #be61bd

RGB 19097189
HSL0.840.420.56
HSV301°49°75°
CMYK 0.000.490.01   0.25
XYZ34.695223.170750.7879
Yxy23.17070.31930.2133
Hunter Lab48.136044.4204-28.8613
CIE-Lab55.247750.2366-32.2656

#be61bd color RGB value is (190,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 10111101
Octal 276 141 275
Decimal 190 97 189
Hex BE 61 BD

RGB Percentages of Color #be61bd

%39.92
%20.38
%39.71

CMYK Percentages of Color #be61bd

%0
%49
%1
%25

Triadic Colors of #be61bd

#be61bd #bdbe61 #61bdbe

Analogous Colors of #be61bd

#be61bd #be618f #9161be

Monochromatic Colors of #be61bd

#be61bd

Complementary Color

#be61bd #61be62

#be61bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be61bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be61bd Color CSS Codes

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

#be61bd Text Font Color

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

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


#be61bd Background Color

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

This div background color is #be61bd


#be61bd Border Color

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

This div border color is #be61bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be61bd


Comments

No comments written yet.

Please login to write comment.