Color Hex Logo

#be33fd Color Hex

#BE33FD
(190,51,253)
0 Favorites   0 Comments

Color spaces of #be33fd

RGB 19051253
HSL0.780.980.60
HSV281°80°99°
CMYK 0.250.800.00   0.01
XYZ40.148720.406794.7513
Yxy20.40670.25850.1314
Hunter Lab45.173879.5898-92.7382
CIE-Lab52.294080.7876-73.1954

#be33fd color RGB value is (190,51,253).

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

The process color (four color CMYK) of #be33fd color hex is 0.25, 0.80, 0.00, 0.01. Web safe color of #be33fd is #cc33ff. Color #be33fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 11111101
Octal 276 63 375
Decimal 190 51 253
Hex BE 33 FD

RGB Percentages of Color #be33fd

%38.46
%10.32
%51.21

CMYK Percentages of Color #be33fd

%25
%80
%0
%1

Triadic Colors of #be33fd

#be33fd #fdbe33 #33fdbe

Analogous Colors of #be33fd

#be33fd #fd33d7 #5933fd

Monochromatic Colors of #be33fd

#be33fd

Complementary Color

#be33fd #72fd33

#be33fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be33fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be33fd Color CSS Codes

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

#be33fd Text Font Color

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

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


#be33fd Background Color

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

This div background color is #be33fd


#be33fd Border Color

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

This div border color is #be33fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be33fd

Related Colors


Comments

No comments written yet.

Please login to write comment.