Color Hex Logo

#be10ae Color Hex

#BE10AE
(190,16,174)
0 Favorites   0 Comments

Color spaces of #be10ae

RGB 19016174
HSL0.850.840.40
HSV306°92°75°
CMYK 0.000.920.08   0.25
XYZ29.060514.373741.2871
Yxy14.37370.34300.1697
Hunter Lab37.912770.4752-38.0283
CIE-Lab44.764274.9265-39.9940

#be10ae color RGB value is (190,16,174).

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

The process color (four color CMYK) of #be10ae color hex is 0.00, 0.92, 0.08, 0.25. Web safe color of #be10ae is #cc0099. Color #be10ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010000 10101110
Octal 276 20 256
Decimal 190 16 174
Hex BE 10 AE

RGB Percentages of Color #be10ae

%50.00
%4.21
%45.79

CMYK Percentages of Color #be10ae

%0
%92
%8
%25

Triadic Colors of #be10ae

#be10ae #aebe10 #10aebe

Analogous Colors of #be10ae

#be10ae #be1057 #7710be

Monochromatic Colors of #be10ae

#be10ae

Complementary Color

#be10ae #10be20

#be10ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be10ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be10ae Color CSS Codes

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

#be10ae Text Font Color

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

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


#be10ae Background Color

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

This div background color is #be10ae


#be10ae Border Color

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

This div border color is #be10ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,16,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 #be10ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be10ae


Comments

No comments written yet.

Please login to write comment.