Color Hex Logo

#be62ab Color Hex

#BE62AB
(190,98,171)
0 Favorites   0 Comments

Color spaces of #be62ab

RGB 19098171
HSL0.870.410.56
HSV312°48°75°
CMYK 0.000.480.10   0.25
XYZ32.953622.622841.1579
Yxy22.62280.34070.2339
Hunter Lab47.563440.4350-18.0108
CIE-Lab54.681746.5945-22.7437

#be62ab color RGB value is (190,98,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100010 10101011
Octal 276 142 253
Decimal 190 98 171
Hex BE 62 AB

RGB Percentages of Color #be62ab

%41.39
%21.35
%37.25

CMYK Percentages of Color #be62ab

%0
%48
%10
%25

Triadic Colors of #be62ab

#be62ab #abbe62 #62abbe

Analogous Colors of #be62ab

#be62ab #be627d #a362be

Monochromatic Colors of #be62ab

#be62ab

Complementary Color

#be62ab #62be75

#be62ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be62ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be62ab Color CSS Codes

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

#be62ab Text Font Color

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

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


#be62ab Background Color

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

This div background color is #be62ab


#be62ab Border Color

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

This div border color is #be62ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be62ab


Comments

No comments written yet.

Please login to write comment.