Color Hex Logo

#be32bd Color Hex

#BE32BD
(190,50,189)
0 Favorites   0 Comments

Color spaces of #be32bd

RGB 19050189
HSL0.830.580.47
HSV300°74°75°
CMYK 0.000.740.01   0.25
XYZ31.561116.902549.7432
Yxy16.90250.32140.1721
Hunter Lab41.112765.0826-42.9576
CIE-Lab48.137069.7855-43.4547

#be32bd color RGB value is (190,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 10111101
Octal 276 62 275
Decimal 190 50 189
Hex BE 32 BD

RGB Percentages of Color #be32bd

%44.29
%11.66
%44.06

CMYK Percentages of Color #be32bd

%0
%74
%1
%25

Triadic Colors of #be32bd

#be32bd #bdbe32 #32bdbe

Analogous Colors of #be32bd

#be32bd #be3277 #7932be

Monochromatic Colors of #be32bd

#be32bd

Complementary Color

#be32bd #32be33

#be32bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be32bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be32bd Color CSS Codes

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

#be32bd Text Font Color

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

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


#be32bd Background Color

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

This div background color is #be32bd


#be32bd Border Color

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

This div border color is #be32bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be32bd


Comments

No comments written yet.

Please login to write comment.