Color Hex Logo

#be63ad Color Hex

#BE63AD
(190,99,173)
0 Favorites   0 Comments

Color spaces of #be63ad

RGB 19099173
HSL0.860.410.57
HSV311°48°75°
CMYK 0.000.480.09   0.25
XYZ33.239922.888042.2010
Yxy22.88800.33800.2328
Hunter Lab47.841440.2982-18.8108
CIE-Lab54.956846.4230-23.4809

#be63ad color RGB value is (190,99,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 10101101
Octal 276 143 255
Decimal 190 99 173
Hex BE 63 AD

RGB Percentages of Color #be63ad

%41.13
%21.43
%37.45

CMYK Percentages of Color #be63ad

%0
%48
%9
%25

Triadic Colors of #be63ad

#be63ad #adbe63 #63adbe

Analogous Colors of #be63ad

#be63ad #be6380 #a263be

Monochromatic Colors of #be63ad

#be63ad

Complementary Color

#be63ad #63be74

#be63ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be63ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be63ad Color CSS Codes

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

#be63ad Text Font Color

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

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


#be63ad Background Color

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

This div background color is #be63ad


#be63ad Border Color

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

This div border color is #be63ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be63ad


Comments

No comments written yet.

Please login to write comment.