Color Hex Logo

#be36ae Color Hex

#BE36AE
(190,54,174)
0 Favorites   0 Comments

Color spaces of #be36ae

RGB 19054174
HSL0.850.560.48
HSV307°72°75°
CMYK 0.000.720.08   0.25
XYZ30.194416.641541.6651
Yxy16.64150.34120.1880
Hunter Lab40.794060.7305-32.0003
CIE-Lab47.805166.1442-35.1915

#be36ae color RGB value is (190,54,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110110 10101110
Octal 276 66 256
Decimal 190 54 174
Hex BE 36 AE

RGB Percentages of Color #be36ae

%45.45
%12.92
%41.63

CMYK Percentages of Color #be36ae

%0
%72
%8
%25

Triadic Colors of #be36ae

#be36ae #aebe36 #36aebe

Analogous Colors of #be36ae

#be36ae #be366a #8a36be

Monochromatic Colors of #be36ae

#be36ae

Complementary Color

#be36ae #36be46

#be36ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be36ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be36ae Color CSS Codes

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

#be36ae Text Font Color

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

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


#be36ae Background Color

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

This div background color is #be36ae


#be36ae Border Color

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

This div border color is #be36ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be36ae


Comments

No comments written yet.

Please login to write comment.