Color Hex Logo

#be08ce Color Hex

#BE08CE
(190,8,206)
0 Favorites   0 Comments

Color spaces of #be08ce

RGB 1908206
HSL0.820.930.42
HSV295°96°81°
CMYK 0.080.960.00   0.19
XYZ32.462615.577059.6882
Yxy15.57700.30130.1446
Hunter Lab39.467777.7496-62.0387
CIE-Lab46.414680.4753-56.0726

#be08ce color RGB value is (190,8,206).

#be08ce hex color red value is 190, green value is 8 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be08ce hue: 0.82 , saturation: 0.93 and the lightness value of be08ce is 0.42.

The process color (four color CMYK) of #be08ce color hex is 0.08, 0.96, 0.00, 0.19. Web safe color of #be08ce is #cc00cc. Color #be08ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001000 11001110
Octal 276 10 316
Decimal 190 8 206
Hex BE 8 CE

RGB Percentages of Color #be08ce

%47.03
%1.98
%50.99

CMYK Percentages of Color #be08ce

%8
%96
%0
%19

Triadic Colors of #be08ce

#be08ce #cebe08 #08cebe

Analogous Colors of #be08ce

#be08ce #ce087b #5b08ce

Monochromatic Colors of #be08ce

#be08ce

Complementary Color

#be08ce #18ce08

#be08ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be08ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be08ce Color CSS Codes

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

#be08ce Text Font Color

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

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


#be08ce Background Color

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

This div background color is #be08ce


#be08ce Border Color

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

This div border color is #be08ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be08ce


Comments

No comments written yet.

Please login to write comment.