Color Hex Logo

#be76ff Color Hex

#BE76FF
(190,118,255)
0 Favorites   0 Comments

Color spaces of #be76ff

RGB 190118255
HSL0.751.000.73
HSV272°54°100°
CMYK 0.250.540.00   0.00
XYZ45.763631.124098.2033
Yxy31.12400.26140.1778
Hunter Lab55.788948.7929-65.3140
CIE-Lab62.612253.0442-57.6966

#be76ff color RGB value is (190,118,255).

#be76ff hex color red value is 190, green value is 118 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #be76ff hue: 0.75 , saturation: 1.00 and the lightness value of be76ff is 0.73.

The process color (four color CMYK) of #be76ff color hex is 0.25, 0.54, 0.00, 0.00. Web safe color of #be76ff is #cc66ff. Color #be76ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110110 11111111
Octal 276 166 377
Decimal 190 118 255
Hex BE 76 FF

RGB Percentages of Color #be76ff

%33.75
%20.96
%45.29

CMYK Percentages of Color #be76ff

%25
%54
%0
%0

Triadic Colors of #be76ff

#be76ff #ffbe76 #76ffbe

Analogous Colors of #be76ff

#be76ff #ff76fc #7a76ff

Monochromatic Colors of #be76ff

#be76ff

Complementary Color

#be76ff #b7ff76

#be76ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be76ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be76ff Color CSS Codes

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

#be76ff Text Font Color

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

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


#be76ff Background Color

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

This div background color is #be76ff


#be76ff Border Color

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

This div border color is #be76ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be76ff

Related Colors


Comments

No comments written yet.

Please login to write comment.