Color Hex Logo

#be01da Color Hex

#BE01DA
(190,1,218)
0 Favorites   0 Comments

Color spaces of #be01da

RGB 1901218
HSL0.810.990.43
HSV292°100°85°
CMYK 0.131.000.00   0.15
XYZ33.900916.030867.6371
Yxy16.03080.28830.1364
Hunter Lab40.038581.0700-72.1318
CIE-Lab47.014982.9751-62.0031

#be01da color RGB value is (190,1,218).

#be01da hex color red value is 190, green value is 1 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #be01da hue: 0.81 , saturation: 0.99 and the lightness value of be01da is 0.43.

The process color (four color CMYK) of #be01da color hex is 0.13, 1.00, 0.00, 0.15. Web safe color of #be01da is #cc00cc. Color #be01da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000001 11011010
Octal 276 1 332
Decimal 190 1 218
Hex BE 1 DA

RGB Percentages of Color #be01da

%46.45
%0.24
%53.30

CMYK Percentages of Color #be01da

%13
%100
%0
%15

Triadic Colors of #be01da

#be01da #dabe01 #01dabe

Analogous Colors of #be01da

#be01da #da018a #5101da

Monochromatic Colors of #be01da

#be01da

Complementary Color

#be01da #1dda01

#be01da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be01da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be01da Color CSS Codes

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

#be01da Text Font Color

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

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


#be01da Background Color

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

This div background color is #be01da


#be01da Border Color

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

This div border color is #be01da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be01da


Comments

No comments written yet.

Please login to write comment.