Color Hex Logo

#be668e Color Hex

#BE668E
(190,102,142)
0 Favorites   0 Comments

Color spaces of #be668e

RGB 190102142
HSL0.920.400.57
HSV333°46°75°
CMYK 0.000.460.25   0.25
XYZ30.869122.402928.2884
Yxy22.40290.37850.2747
Hunter Lab47.331733.5848-2.3032
CIE-Lab54.451940.0166-6.1494

#be668e color RGB value is (190,102,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100110 10001110
Octal 276 146 216
Decimal 190 102 142
Hex BE 66 8E

RGB Percentages of Color #be668e

%43.78
%23.50
%32.72

CMYK Percentages of Color #be668e

%0
%46
%25
%25

Triadic Colors of #be668e

#be668e #8ebe66 #668ebe

Analogous Colors of #be668e

#be668e #be6a66 #be66ba

Monochromatic Colors of #be668e

#be668e

Complementary Color

#be668e #66be96

#be668e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be668e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be668e Color CSS Codes

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

#be668e Text Font Color

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

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


#be668e Background Color

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

This div background color is #be668e


#be668e Border Color

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

This div border color is #be668e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be668e


Comments

No comments written yet.

Please login to write comment.