Color Hex Logo

#be33bd Color Hex

#BE33BD
(190,51,189)
0 Favorites   0 Comments

Color spaces of #be33bd

RGB 19051189
HSL0.830.580.47
HSV300°73°75°
CMYK 0.000.730.01   0.25
XYZ31.604316.988949.7576
Yxy16.98890.32130.1727
Hunter Lab41.217664.7372-42.7222
CIE-Lab48.246069.4732-43.2815

#be33bd color RGB value is (190,51,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 10111101
Octal 276 63 275
Decimal 190 51 189
Hex BE 33 BD

RGB Percentages of Color #be33bd

%44.19
%11.86
%43.95

CMYK Percentages of Color #be33bd

%0
%73
%1
%25

Triadic Colors of #be33bd

#be33bd #bdbe33 #33bdbe

Analogous Colors of #be33bd

#be33bd #be3378 #7a33be

Monochromatic Colors of #be33bd

#be33bd

Complementary Color

#be33bd #33be34

#be33bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be33bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be33bd Color CSS Codes

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

#be33bd Text Font Color

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

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


#be33bd Background Color

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

This div background color is #be33bd


#be33bd Border Color

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

This div border color is #be33bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be33bd


Comments

No comments written yet.

Please login to write comment.