Color Hex Logo

#be60bc Color Hex

#BE60BC
(190,96,188)
0 Favorites   0 Comments

Color spaces of #be60bc

RGB 19096188
HSL0.840.420.56
HSV301°49°75°
CMYK 0.000.490.01   0.25
XYZ34.495222.943750.1874
Yxy22.94370.32050.2132
Hunter Lab47.899644.7237-28.5921
CIE-Lab55.014350.5549-32.0543

#be60bc color RGB value is (190,96,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100000 10111100
Octal 276 140 274
Decimal 190 96 188
Hex BE 60 BC

RGB Percentages of Color #be60bc

%40.08
%20.25
%39.66

CMYK Percentages of Color #be60bc

%0
%49
%1
%25

Triadic Colors of #be60bc

#be60bc #bcbe60 #60bcbe

Analogous Colors of #be60bc

#be60bc #be608d #9160be

Monochromatic Colors of #be60bc

#be60bc

Complementary Color

#be60bc #60be62

#be60bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be60bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be60bc Color CSS Codes

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

#be60bc Text Font Color

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

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


#be60bc Background Color

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

This div background color is #be60bc


#be60bc Border Color

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

This div border color is #be60bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be60bc


Comments

No comments written yet.

Please login to write comment.