Color Hex Logo

#be68ce Color Hex

#BE68CE
(190,104,206)
0 Favorites   0 Comments

Color spaces of #be68ce

RGB 190104206
HSL0.810.510.61
HSV291°50°81°
CMYK 0.080.500.00   0.19
XYZ37.326125.304061.3094
Yxy25.30400.30120.2042
Hunter Lab50.303144.4209-37.0505
CIE-Lab57.370449.9002-38.6520

#be68ce color RGB value is (190,104,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 11001110
Octal 276 150 316
Decimal 190 104 206
Hex BE 68 CE

RGB Percentages of Color #be68ce

%38.00
%20.80
%41.20

CMYK Percentages of Color #be68ce

%8
%50
%0
%19

Triadic Colors of #be68ce

#be68ce #cebe68 #68cebe

Analogous Colors of #be68ce

#be68ce #ce68ab #8b68ce

Monochromatic Colors of #be68ce

#be68ce

Complementary Color

#be68ce #78ce68

#be68ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be68ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be68ce Color CSS Codes

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

#be68ce Text Font Color

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

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


#be68ce Background Color

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

This div background color is #be68ce


#be68ce Border Color

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

This div border color is #be68ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be68ce


Comments

No comments written yet.

Please login to write comment.