Color Hex Logo

#be60be Color Hex

#BE60BE
(190,96,190)
0 Favorites   0 Comments

Color spaces of #be60be

RGB 19096190
HSL0.830.420.56
HSV300°49°75°
CMYK 0.000.490.00   0.25
XYZ34.712323.030651.3310
Yxy23.03060.31820.2111
Hunter Lab47.990245.1298-29.8243
CIE-Lab55.103850.9155-33.0646

#be60be color RGB value is (190,96,190).

#be60be hex color red value is 190, green value is 96 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #be60be hue: 0.83 , saturation: 0.42 and the lightness value of be60be is 0.56.

The process color (four color CMYK) of #be60be color hex is 0.00, 0.49, 0.00, 0.25. Web safe color of #be60be is #cc66cc. Color #be60be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100000 10111110
Octal 276 140 276
Decimal 190 96 190
Hex BE 60 BE

RGB Percentages of Color #be60be

%39.92
%20.17
%39.92

CMYK Percentages of Color #be60be

%0
%49
%0
%25

Triadic Colors of #be60be

#be60be #bebe60 #60bebe

Analogous Colors of #be60be

#be60be #be608f #8f60be

Monochromatic Colors of #be60be

#be60be

Complementary Color

#be60be #60be60

#be60be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be60be Color Preview on White Background

Lorem ipsum dolor sit amet.

#be60be Color CSS Codes

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

#be60be Text Font Color

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

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


#be60be Background Color

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

This div background color is #be60be


#be60be Border Color

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

This div border color is #be60be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be60be


Comments

No comments written yet.

Please login to write comment.