Color Hex Logo

#be00ce Color Hex

#BE00CE
(190,0,206)
0 Favorites   0 Comments

Color spaces of #be00ce

RGB 1900206
HSL0.821.000.40
HSV295°100°81°
CMYK 0.081.000.00   0.19
XYZ32.375815.403459.6593
Yxy15.40340.30130.1434
Hunter Lab39.247278.5658-62.6532
CIE-Lab46.181881.1667-56.4475

#be00ce color RGB value is (190,0,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000000 11001110
Octal 276 0 316
Decimal 190 0 206
Hex BE 0 CE

RGB Percentages of Color #be00ce

%47.98
%0.00
%52.02

CMYK Percentages of Color #be00ce

%8
%100
%0
%19

Triadic Colors of #be00ce

#be00ce #cebe00 #00cebe

Analogous Colors of #be00ce

#be00ce #ce0077 #5700ce

Monochromatic Colors of #be00ce

#be00ce

Complementary Color

#be00ce #10ce00

#be00ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be00ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be00ce Color CSS Codes

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

#be00ce Text Font Color

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

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


#be00ce Background Color

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

This div background color is #be00ce


#be00ce Border Color

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

This div border color is #be00ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be00ce

#be00ce Color Palettes


Comments

No comments written yet.

Please login to write comment.