Color Hex Logo

#be629f Color Hex

#BE629F
(190,98,159)
0 Favorites   0 Comments

Color spaces of #be629f

RGB 19098159
HSL0.890.410.56
HSV320°48°75°
CMYK 0.000.480.16   0.25
XYZ31.860922.185735.4039
Yxy22.18570.35620.2480
Hunter Lab47.101738.3144-11.5940
CIE-Lab54.223544.6433-16.4538

#be629f color RGB value is (190,98,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100010 10011111
Octal 276 142 237
Decimal 190 98 159
Hex BE 62 9F

RGB Percentages of Color #be629f

%42.51
%21.92
%35.57

CMYK Percentages of Color #be629f

%0
%48
%16
%25

Triadic Colors of #be629f

#be629f #9fbe62 #629fbe

Analogous Colors of #be629f

#be629f #be6271 #af62be

Monochromatic Colors of #be629f

#be629f

Complementary Color

#be629f #62be81

#be629f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be629f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be629f Color CSS Codes

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

#be629f Text Font Color

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

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


#be629f Background Color

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

This div background color is #be629f


#be629f Border Color

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

This div border color is #be629f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be629f


Comments

No comments written yet.

Please login to write comment.