Color Hex Logo

#be66ae Color Hex

#BE66AE
(190,102,174)
0 Favorites   0 Comments

Color spaces of #be66ae

RGB 190102174
HSL0.860.400.57
HSV311°46°75°
CMYK 0.000.460.08   0.25
XYZ33.626623.505942.8092
Yxy23.50590.33650.2352
Hunter Lab48.482938.9584-18.4136
CIE-Lab55.589745.0559-23.0869

#be66ae color RGB value is (190,102,174).

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

The process color (four color CMYK) of #be66ae color hex is 0.00, 0.46, 0.08, 0.25. Web safe color of #be66ae is #cc6699. Color #be66ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100110 10101110
Octal 276 146 256
Decimal 190 102 174
Hex BE 66 AE

RGB Percentages of Color #be66ae

%40.77
%21.89
%37.34

CMYK Percentages of Color #be66ae

%0
%46
%8
%25

Triadic Colors of #be66ae

#be66ae #aebe66 #66aebe

Analogous Colors of #be66ae

#be66ae #be6682 #a266be

Monochromatic Colors of #be66ae

#be66ae

Complementary Color

#be66ae #66be76

#be66ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be66ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be66ae Color CSS Codes

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

#be66ae Text Font Color

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

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


#be66ae Background Color

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

This div background color is #be66ae


#be66ae Border Color

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

This div border color is #be66ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be66ae


Comments

No comments written yet.

Please login to write comment.