Color Hex Logo

#be339e Color Hex

#BE339E
(190,51,158)
0 Favorites   0 Comments

Color spaces of #be339e

RGB 19051158
HSL0.870.580.47
HSV314°73°75°
CMYK 0.000.730.17   0.25
XYZ28.590615.783433.8874
Yxy15.78340.36530.2017
Hunter Lab39.728358.9334-22.7633
CIE-Lab46.689064.8042-27.4519

#be339e color RGB value is (190,51,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 10011110
Octal 276 63 236
Decimal 190 51 158
Hex BE 33 9E

RGB Percentages of Color #be339e

%47.62
%12.78
%39.60

CMYK Percentages of Color #be339e

%0
%73
%17
%25

Triadic Colors of #be339e

#be339e #9ebe33 #339ebe

Analogous Colors of #be339e

#be339e #be3358 #9933be

Monochromatic Colors of #be339e

#be339e

Complementary Color

#be339e #33be53

#be339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be339e Color CSS Codes

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

#be339e Text Font Color

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

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


#be339e Background Color

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

This div background color is #be339e


#be339e Border Color

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

This div border color is #be339e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be339e


Comments

No comments written yet.

Please login to write comment.