Color Hex Logo

#be07ee Color Hex

#BE07EE
(190,7,238)
0 Favorites   0 Comments

Color spaces of #be07ee

RGB 1907238
HSL0.800.940.48
HSV288°97°93°
CMYK 0.200.970.00   0.07
XYZ36.743817.272282.2862
Yxy17.27220.26960.1267
Hunter Lab41.559885.0854-88.2991
CIE-Lab48.601285.7846-70.7923

#be07ee color RGB value is (190,7,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000111 11101110
Octal 276 7 356
Decimal 190 7 238
Hex BE 7 EE

RGB Percentages of Color #be07ee

%43.68
%1.61
%54.71

CMYK Percentages of Color #be07ee

%20
%97
%0
%7

Triadic Colors of #be07ee

#be07ee #eebe07 #07eebe

Analogous Colors of #be07ee

#be07ee #ee07ab #4a07ee

Monochromatic Colors of #be07ee

#be07ee

Complementary Color

#be07ee #37ee07

#be07ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be07ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#be07ee Color CSS Codes

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

#be07ee Text Font Color

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

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


#be07ee Background Color

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

This div background color is #be07ee


#be07ee Border Color

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

This div border color is #be07ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be07ee


Comments

No comments written yet.

Please login to write comment.