Color Hex Logo

#be369a Color Hex

#BE369A
(190,54,154)
0 Favorites   0 Comments

Color spaces of #be369a

RGB 19054154
HSL0.880.560.48
HSV316°72°75°
CMYK 0.000.720.19   0.25
XYZ28.387115.918632.1483
Yxy15.91860.37130.2082
Hunter Lab39.898157.1792-19.8448
CIE-Lab46.867563.2381-24.7848

#be369a color RGB value is (190,54,154).

#be369a hex color red value is 190, green value is 54 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #be369a hue: 0.88 , saturation: 0.56 and the lightness value of be369a is 0.48.

The process color (four color CMYK) of #be369a color hex is 0.00, 0.72, 0.19, 0.25. Web safe color of #be369a is #cc3399. Color #be369a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110110 10011010
Octal 276 66 232
Decimal 190 54 154
Hex BE 36 9A

RGB Percentages of Color #be369a

%47.74
%13.57
%38.69

CMYK Percentages of Color #be369a

%0
%72
%19
%25

Triadic Colors of #be369a

#be369a #9abe36 #369abe

Analogous Colors of #be369a

#be369a #be3656 #9e36be

Monochromatic Colors of #be369a

#be369a

Complementary Color

#be369a #36be5a

#be369a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be369a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be369a Color CSS Codes

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

#be369a Text Font Color

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

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


#be369a Background Color

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

This div background color is #be369a


#be369a Border Color

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

This div border color is #be369a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be369a


Comments

No comments written yet.

Please login to write comment.