Color Hex Logo

#be09ec Color Hex

#BE09EC
(190,9,236)
0 Favorites   0 Comments

Color spaces of #be09ec

RGB 1909236
HSL0.800.930.48
HSV288°96°93°
CMYK 0.190.960.00   0.07
XYZ36.473217.198780.7542
Yxy17.19870.27130.1279
Hunter Lab41.471384.4124-86.4214
CIE-Lab48.509485.2837-69.8129

#be09ec color RGB value is (190,9,236).

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

The process color (four color CMYK) of #be09ec color hex is 0.19, 0.96, 0.00, 0.07. Web safe color of #be09ec is #cc00ff. Color #be09ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001001 11101100
Octal 276 11 354
Decimal 190 9 236
Hex BE 9 EC

RGB Percentages of Color #be09ec

%43.68
%2.07
%54.25

CMYK Percentages of Color #be09ec

%19
%96
%0
%7

Triadic Colors of #be09ec

#be09ec #ecbe09 #09ecbe

Analogous Colors of #be09ec

#be09ec #ec09a9 #4c09ec

Monochromatic Colors of #be09ec

#be09ec

Complementary Color

#be09ec #37ec09

#be09ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be09ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#be09ec Color CSS Codes

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

#be09ec Text Font Color

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

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


#be09ec Background Color

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

This div background color is #be09ec


#be09ec Border Color

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

This div border color is #be09ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be09ec


Comments

No comments written yet.

Please login to write comment.