Color Hex Logo

#be10ce Color Hex

#BE10CE
(190,16,206)
0 Favorites   0 Comments

Color spaces of #be10ce

RGB 19016206
HSL0.820.860.44
HSV295°92°81°
CMYK 0.080.920.00   0.19
XYZ32.561115.774059.7210
Yxy15.77400.30130.1460
Hunter Lab39.716576.8373-61.3518
CIE-Lab46.676679.6991-55.6509

#be10ce color RGB value is (190,16,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010000 11001110
Octal 276 20 316
Decimal 190 16 206
Hex BE 10 CE

RGB Percentages of Color #be10ce

%46.12
%3.88
%50.00

CMYK Percentages of Color #be10ce

%8
%92
%0
%19

Triadic Colors of #be10ce

#be10ce #cebe10 #10cebe

Analogous Colors of #be10ce

#be10ce #ce107f #5f10ce

Monochromatic Colors of #be10ce

#be10ce

Complementary Color

#be10ce #20ce10

#be10ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be10ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be10ce Color CSS Codes

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

#be10ce Text Font Color

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

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


#be10ce Background Color

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

This div background color is #be10ce


#be10ce Border Color

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

This div border color is #be10ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be10ce


Comments

No comments written yet.

Please login to write comment.