Color Hex Logo

#be05ed Color Hex

#BE05ED
(190,5,237)
0 Favorites   0 Comments

Color spaces of #be05ed

RGB 1905237
HSL0.800.960.47
HSV288°98°93°
CMYK 0.200.980.00   0.07
XYZ36.575517.170181.5072
Yxy17.17010.27040.1269
Hunter Lab41.436885.0442-87.6191
CIE-Lab48.473785.7773-70.4355

#be05ed color RGB value is (190,5,237).

#be05ed hex color red value is 190, green value is 5 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #be05ed hue: 0.80 , saturation: 0.96 and the lightness value of be05ed is 0.47.

The process color (four color CMYK) of #be05ed color hex is 0.20, 0.98, 0.00, 0.07. Web safe color of #be05ed is #cc00ff. Color #be05ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 11101101
Octal 276 5 355
Decimal 190 5 237
Hex BE 5 ED

RGB Percentages of Color #be05ed

%43.98
%1.16
%54.86

CMYK Percentages of Color #be05ed

%20
%98
%0
%7

Triadic Colors of #be05ed

#be05ed #edbe05 #05edbe

Analogous Colors of #be05ed

#be05ed #ed05a8 #4a05ed

Monochromatic Colors of #be05ed

#be05ed

Complementary Color

#be05ed #34ed05

#be05ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be05ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#be05ed Color CSS Codes

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

#be05ed Text Font Color

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

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


#be05ed Background Color

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

This div background color is #be05ed


#be05ed Border Color

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

This div border color is #be05ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be05ed


Comments

No comments written yet.

Please login to write comment.