Color Hex Logo

#be59fd Color Hex

#BE59FD
(190,89,253)
0 Favorites   0 Comments

Color spaces of #be59fd

RGB 19089253
HSL0.770.980.67
HSV277°65°99°
CMYK 0.250.650.00   0.01
XYZ42.537225.183895.5475
Yxy25.18380.26050.1542
Hunter Lab50.183563.4816-77.7576
CIE-Lab57.254166.7046-65.1768

#be59fd color RGB value is (190,89,253).

#be59fd hex color red value is 190, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #be59fd hue: 0.77 , saturation: 0.98 and the lightness value of be59fd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 11111101
Octal 276 131 375
Decimal 190 89 253
Hex BE 59 FD

RGB Percentages of Color #be59fd

%35.71
%16.73
%47.56

CMYK Percentages of Color #be59fd

%25
%65
%0
%1

Triadic Colors of #be59fd

#be59fd #fdbe59 #59fdbe

Analogous Colors of #be59fd

#be59fd #fd59ea #6c59fd

Monochromatic Colors of #be59fd

#be59fd

Complementary Color

#be59fd #98fd59

#be59fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be59fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be59fd Color CSS Codes

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

#be59fd Text Font Color

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

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


#be59fd Background Color

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

This div background color is #be59fd


#be59fd Border Color

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

This div border color is #be59fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be59fd

Related Colors


Comments

No comments written yet.

Please login to write comment.