Color Hex Logo

#be69fd Color Hex

#BE69FD
(190,105,253)
0 Favorites   0 Comments

Color spaces of #be69fd

RGB 190105253
HSL0.760.970.70
HSV274°58°99°
CMYK 0.250.580.00   0.01
XYZ44.016428.142196.0406
Yxy28.14210.26170.1673
Hunter Lab53.049155.2707-70.2047
CIE-Lab60.016959.1786-60.7421

#be69fd color RGB value is (190,105,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101001 11111101
Octal 276 151 375
Decimal 190 105 253
Hex BE 69 FD

RGB Percentages of Color #be69fd

%34.67
%19.16
%46.17

CMYK Percentages of Color #be69fd

%25
%58
%0
%1

Triadic Colors of #be69fd

#be69fd #fdbe69 #69fdbe

Analogous Colors of #be69fd

#be69fd #fd69f2 #7469fd

Monochromatic Colors of #be69fd

#be69fd

Complementary Color

#be69fd #a8fd69

#be69fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be69fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be69fd Color CSS Codes

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

#be69fd Text Font Color

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

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


#be69fd Background Color

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

This div background color is #be69fd


#be69fd Border Color

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

This div border color is #be69fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be69fd


Comments

No comments written yet.

Please login to write comment.