Color Hex Logo

#be3393 Color Hex

#BE3393
(190,51,147)
0 Favorites   0 Comments

Color spaces of #be3393

RGB 19051147
HSL0.880.580.47
HSV319°73°75°
CMYK 0.000.730.23   0.25
XYZ27.685515.421429.1212
Yxy15.42140.38330.2135
Hunter Lab39.270157.1202-16.4781
CIE-Lab46.206063.3128-21.6067

#be3393 color RGB value is (190,51,147).

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

The process color (four color CMYK) of #be3393 color hex is 0.00, 0.73, 0.23, 0.25. Web safe color of #be3393 is #cc3399. Color #be3393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 10010011
Octal 276 63 223
Decimal 190 51 147
Hex BE 33 93

RGB Percentages of Color #be3393

%48.97
%13.14
%37.89

CMYK Percentages of Color #be3393

%0
%73
%23
%25

Triadic Colors of #be3393

#be3393 #93be33 #3393be

Analogous Colors of #be3393

#be3393 #be334d #a433be

Monochromatic Colors of #be3393

#be3393

Complementary Color

#be3393 #33be5e

#be3393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3393 Color CSS Codes

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

#be3393 Text Font Color

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

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


#be3393 Background Color

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

This div background color is #be3393


#be3393 Border Color

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

This div border color is #be3393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3393


Comments

No comments written yet.

Please login to write comment.