Color Hex Logo

#be667a Color Hex

#BE667A
(190,102,122)
0 Favorites   0 Comments

Color spaces of #be667a

RGB 190102122
HSL0.960.400.57
HSV346°46°75°
CMYK 0.000.460.36   0.25
XYZ29.499421.855021.0760
Yxy21.85500.40730.3017
Hunter Lab46.749330.82445.9948
CIE-Lab53.872837.35234.7777

#be667a color RGB value is (190,102,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100110 01111010
Octal 276 146 172
Decimal 190 102 122
Hex BE 66 7A

RGB Percentages of Color #be667a

%45.89
%24.64
%29.47

CMYK Percentages of Color #be667a

%0
%46
%36
%25

Triadic Colors of #be667a

#be667a #7abe66 #667abe

Analogous Colors of #be667a

#be667a #be7e66 #be66a6

Monochromatic Colors of #be667a

#be667a

Complementary Color

#be667a #66beaa

#be667a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be667a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be667a Color CSS Codes

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

#be667a Text Font Color

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

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


#be667a Background Color

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

This div background color is #be667a


#be667a Border Color

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

This div border color is #be667a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be667a


Comments

No comments written yet.

Please login to write comment.