Color Hex Logo

#be71fd Color Hex

#BE71FD
(190,113,253)
0 Favorites   0 Comments

Color spaces of #be71fd

RGB 190113253
HSL0.760.970.72
HSV273°55°99°
CMYK 0.250.550.00   0.01
XYZ44.870029.849396.3251
Yxy29.84930.26230.1745
Hunter Lab54.634550.9873-66.2889
CIE-Lab61.524055.1672-58.3329

#be71fd color RGB value is (190,113,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 11111101
Octal 276 161 375
Decimal 190 113 253
Hex BE 71 FD

RGB Percentages of Color #be71fd

%34.17
%20.32
%45.50

CMYK Percentages of Color #be71fd

%25
%55
%0
%1

Triadic Colors of #be71fd

#be71fd #fdbe71 #71fdbe

Analogous Colors of #be71fd

#be71fd #fd71f6 #7871fd

Monochromatic Colors of #be71fd

#be71fd

Complementary Color

#be71fd #b0fd71

#be71fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be71fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be71fd Color CSS Codes

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

#be71fd Text Font Color

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

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


#be71fd Background Color

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

This div background color is #be71fd


#be71fd Border Color

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

This div border color is #be71fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be71fd


Comments

No comments written yet.

Please login to write comment.