Color Hex Logo

#be335a Color Hex

#BE335A
(190,51,90)
0 Favorites   0 Comments

Color spaces of #be335a

RGB 1905190
HSL0.950.580.47
HSV343°73°75°
CMYK 0.000.730.53   0.25
XYZ24.264514.053011.1065
Yxy14.05300.49090.2843
Hunter Lab37.487349.93528.6751
CIE-Lab44.308857.234310.5330

#be335a color RGB value is (190,51,90).

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

The process color (four color CMYK) of #be335a color hex is 0.00, 0.73, 0.53, 0.25. Web safe color of #be335a is #cc3366. Color #be335a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 01011010
Octal 276 63 132
Decimal 190 51 90
Hex BE 33 5A

RGB Percentages of Color #be335a

%57.40
%15.41
%27.19

CMYK Percentages of Color #be335a

%0
%73
%53
%25

Triadic Colors of #be335a

#be335a #5abe33 #335abe

Analogous Colors of #be335a

#be335a #be5233 #be33a0

Monochromatic Colors of #be335a

#be335a

Complementary Color

#be335a #33be97

#be335a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be335a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be335a Color CSS Codes

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

#be335a Text Font Color

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

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


#be335a Background Color

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

This div background color is #be335a


#be335a Border Color

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

This div border color is #be335a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be335a


Comments

No comments written yet.

Please login to write comment.