Color Hex Logo

#be63ce Color Hex

#BE63CE
(190,99,206)
0 Favorites   0 Comments

Color spaces of #be63ce

RGB 19099206
HSL0.810.520.60
HSV291°52°81°
CMYK 0.080.520.00   0.19
XYZ36.837624.327161.1466
Yxy24.32710.30120.1989
Hunter Lab49.322547.0023-38.9778
CIE-Lab56.413852.4191-40.1550

#be63ce color RGB value is (190,99,206).

#be63ce hex color red value is 190, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be63ce hue: 0.81 , saturation: 0.52 and the lightness value of be63ce is 0.60.

The process color (four color CMYK) of #be63ce color hex is 0.08, 0.52, 0.00, 0.19. Web safe color of #be63ce is #cc66cc. Color #be63ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 11001110
Octal 276 143 316
Decimal 190 99 206
Hex BE 63 CE

RGB Percentages of Color #be63ce

%38.38
%20.00
%41.62

CMYK Percentages of Color #be63ce

%8
%52
%0
%19

Triadic Colors of #be63ce

#be63ce #cebe63 #63cebe

Analogous Colors of #be63ce

#be63ce #ce63a9 #8963ce

Monochromatic Colors of #be63ce

#be63ce

Complementary Color

#be63ce #73ce63

#be63ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be63ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be63ce Color CSS Codes

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

#be63ce Text Font Color

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

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


#be63ce Background Color

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

This div background color is #be63ce


#be63ce Border Color

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

This div border color is #be63ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be63ce


Comments

No comments written yet.

Please login to write comment.