Color Hex Logo

#be71ff Color Hex

#BE71FF
(190,113,255)
0 Favorites   0 Comments

Color spaces of #be71ff

RGB 190113255
HSL0.761.000.72
HSV273°56°100°
CMYK 0.250.560.00   0.00
XYZ45.190329.977498.0122
Yxy29.97740.26090.1731
Hunter Lab54.751651.5131-67.8103
CIE-Lab61.634755.6140-59.2564

#be71ff color RGB value is (190,113,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 11111111
Octal 276 161 377
Decimal 190 113 255
Hex BE 71 FF

RGB Percentages of Color #be71ff

%34.05
%20.25
%45.70

CMYK Percentages of Color #be71ff

%25
%56
%0
%0

Triadic Colors of #be71ff

#be71ff #ffbe71 #71ffbe

Analogous Colors of #be71ff

#be71ff #ff71f9 #7771ff

Monochromatic Colors of #be71ff

#be71ff

Complementary Color

#be71ff #b2ff71

#be71ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be71ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#be71ff Color CSS Codes

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

#be71ff Text Font Color

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

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


#be71ff Background Color

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

This div background color is #be71ff


#be71ff Border Color

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

This div border color is #be71ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,113,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 #be71ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be71ff


Comments

No comments written yet.

Please login to write comment.