Color Hex Logo

#be44bd Color Hex

#BE44BD
(190,68,189)
0 Favorites   0 Comments

Color spaces of #be44bd

RGB 19068189
HSL0.830.480.51
HSV300°64°75°
CMYK 0.000.640.01   0.25
XYZ32.487618.755550.0520
Yxy18.75550.32070.1852
Hunter Lab43.307658.1150-38.2080
CIE-Lab50.399963.3867-39.8711

#be44bd color RGB value is (190,68,189).

#be44bd hex color red value is 190, green value is 68 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #be44bd hue: 0.83 , saturation: 0.48 and the lightness value of be44bd is 0.51.

The process color (four color CMYK) of #be44bd color hex is 0.00, 0.64, 0.01, 0.25. Web safe color of #be44bd is #cc33cc. Color #be44bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 10111101
Octal 276 104 275
Decimal 190 68 189
Hex BE 44 BD

RGB Percentages of Color #be44bd

%42.51
%15.21
%42.28

CMYK Percentages of Color #be44bd

%0
%64
%1
%25

Triadic Colors of #be44bd

#be44bd #bdbe44 #44bdbe

Analogous Colors of #be44bd

#be44bd #be4480 #8244be

Monochromatic Colors of #be44bd

#be44bd

Complementary Color

#be44bd #44be45

#be44bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be44bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be44bd Color CSS Codes

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

#be44bd Text Font Color

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

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


#be44bd Background Color

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

This div background color is #be44bd


#be44bd Border Color

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

This div border color is #be44bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be44bd


Comments

No comments written yet.

Please login to write comment.