Color Hex Logo

#be63ac Color Hex

#BE63AC
(190,99,172)
0 Favorites   0 Comments

Color spaces of #be63ac

RGB 19099172
HSL0.870.410.57
HSV312°48°75°
CMYK 0.000.480.09   0.25
XYZ33.143422.849441.6932
Yxy22.84940.33930.2339
Hunter Lab47.801040.1132-18.2534
CIE-Lab54.916946.2538-22.9624

#be63ac color RGB value is (190,99,172).

#be63ac hex color red value is 190, green value is 99 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #be63ac hue: 0.87 , saturation: 0.41 and the lightness value of be63ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 10101100
Octal 276 143 254
Decimal 190 99 172
Hex BE 63 AC

RGB Percentages of Color #be63ac

%41.21
%21.48
%37.31

CMYK Percentages of Color #be63ac

%0
%48
%9
%25

Triadic Colors of #be63ac

#be63ac #acbe63 #63acbe

Analogous Colors of #be63ac

#be63ac #be637f #a363be

Monochromatic Colors of #be63ac

#be63ac

Complementary Color

#be63ac #63be75

#be63ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be63ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be63ac Color CSS Codes

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

#be63ac Text Font Color

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

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


#be63ac Background Color

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

This div background color is #be63ac


#be63ac Border Color

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

This div border color is #be63ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be63ac


Comments

No comments written yet.

Please login to write comment.