Color Hex Logo

#be02ee Color Hex

#BE02EE
(190,2,238)
0 Favorites   0 Comments

Color spaces of #be02ee

RGB 1902238
HSL0.800.980.47
HSV288°99°93°
CMYK 0.200.990.00   0.07
XYZ36.689517.163682.2681
Yxy17.16360.26950.1261
Hunter Lab41.429085.5789-88.7356
CIE-Lab48.465586.1899-71.0129

#be02ee color RGB value is (190,2,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 11101110
Octal 276 2 356
Decimal 190 2 238
Hex BE 2 EE

RGB Percentages of Color #be02ee

%44.19
%0.47
%55.35

CMYK Percentages of Color #be02ee

%20
%99
%0
%7

Triadic Colors of #be02ee

#be02ee #eebe02 #02eebe

Analogous Colors of #be02ee

#be02ee #ee02a8 #4802ee

Monochromatic Colors of #be02ee

#be02ee

Complementary Color

#be02ee #32ee02

#be02ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be02ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be02ee Color CSS Codes

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

#be02ee Text Font Color

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

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


#be02ee Background Color

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

This div background color is #be02ee


#be02ee Border Color

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

This div border color is #be02ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be02ee


Comments

No comments written yet.

Please login to write comment.