Color Hex Logo

#be629e Color Hex

#BE629E
(190,98,158)
0 Favorites   0 Comments

Color spaces of #be629e

RGB 19098158
HSL0.890.410.56
HSV321°48°75°
CMYK 0.000.480.17   0.25
XYZ31.774422.151134.9487
Yxy22.15110.35750.2492
Hunter Lab47.065038.1449-11.0811
CIE-Lab54.187044.4861-15.9248

#be629e color RGB value is (190,98,158).

#be629e hex color red value is 190, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be629e hue: 0.89 , saturation: 0.41 and the lightness value of be629e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100010 10011110
Octal 276 142 236
Decimal 190 98 158
Hex BE 62 9E

RGB Percentages of Color #be629e

%42.60
%21.97
%35.43

CMYK Percentages of Color #be629e

%0
%48
%17
%25

Triadic Colors of #be629e

#be629e #9ebe62 #629ebe

Analogous Colors of #be629e

#be629e #be6270 #b062be

Monochromatic Colors of #be629e

#be629e

Complementary Color

#be629e #62be82

#be629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be629e Color CSS Codes

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

#be629e Text Font Color

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

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


#be629e Background Color

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

This div background color is #be629e


#be629e Border Color

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

This div border color is #be629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be629e


Comments

No comments written yet.

Please login to write comment.