Color Hex Logo

#be7fae Color Hex

#BE7FAE
(190,127,174)
0 Favorites   0 Comments

Color spaces of #be7fae

RGB 190127174
HSL0.880.330.62
HSV315°33°75°
CMYK 0.000.330.08   0.25
XYZ36.464629.181943.7552
Yxy29.18190.33330.2667
Hunter Lab54.020325.9550-10.2094
CIE-Lab60.941831.6672-14.9304

#be7fae color RGB value is (190,127,174).

#be7fae hex color red value is 190, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #be7fae hue: 0.88 , saturation: 0.33 and the lightness value of be7fae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111111 10101110
Octal 276 177 256
Decimal 190 127 174
Hex BE 7F AE

RGB Percentages of Color #be7fae

%38.70
%25.87
%35.44

CMYK Percentages of Color #be7fae

%0
%33
%8
%25

Triadic Colors of #be7fae

#be7fae #aebe7f #7faebe

Analogous Colors of #be7fae

#be7fae #be7f8f #af7fbe

Monochromatic Colors of #be7fae

#be7fae

Complementary Color

#be7fae #7fbe8f

#be7fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7fae Color CSS Codes

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

#be7fae Text Font Color

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

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


#be7fae Background Color

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

This div background color is #be7fae


#be7fae Border Color

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

This div border color is #be7fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7fae


Comments

No comments written yet.

Please login to write comment.