Color Hex Logo

#be64fd Color Hex

#BE64FD
(190,100,253)
0 Favorites   0 Comments

Color spaces of #be64fd

RGB 190100253
HSL0.760.970.69
HSV275°60°99°
CMYK 0.250.600.00   0.01
XYZ43.522027.153395.8758
Yxy27.15330.26130.1630
Hunter Lab52.108857.8952-72.6124
CIE-Lab59.116061.6082-62.1857

#be64fd color RGB value is (190,100,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100100 11111101
Octal 276 144 375
Decimal 190 100 253
Hex BE 64 FD

RGB Percentages of Color #be64fd

%34.99
%18.42
%46.59

CMYK Percentages of Color #be64fd

%25
%60
%0
%1

Triadic Colors of #be64fd

#be64fd #fdbe64 #64fdbe

Analogous Colors of #be64fd

#be64fd #fd64f0 #7264fd

Monochromatic Colors of #be64fd

#be64fd

Complementary Color

#be64fd #a3fd64

#be64fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be64fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be64fd Color CSS Codes

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

#be64fd Text Font Color

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

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


#be64fd Background Color

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

This div background color is #be64fd


#be64fd Border Color

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

This div border color is #be64fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be64fd


Comments

No comments written yet.

Please login to write comment.