Color Hex Logo

#be7fce Color Hex

#BE7FCE
(190,127,206)
0 Favorites   0 Comments

Color spaces of #be7fce

RGB 190127206
HSL0.800.450.65
HSV288°38°81°
CMYK 0.080.380.00   0.19
XYZ39.965230.582162.1891
Yxy30.58210.30110.2304
Hunter Lab55.301132.2222-27.9641
CIE-Lab62.153337.7182-31.1918

#be7fce color RGB value is (190,127,206).

#be7fce hex color red value is 190, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be7fce hue: 0.80 , saturation: 0.45 and the lightness value of be7fce is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111111 11001110
Octal 276 177 316
Decimal 190 127 206
Hex BE 7F CE

RGB Percentages of Color #be7fce

%36.33
%24.28
%39.39

CMYK Percentages of Color #be7fce

%8
%38
%0
%19

Triadic Colors of #be7fce

#be7fce #cebe7f #7fcebe

Analogous Colors of #be7fce

#be7fce #ce7fb7 #977fce

Monochromatic Colors of #be7fce

#be7fce

Complementary Color

#be7fce #8fce7f

#be7fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7fce Color CSS Codes

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

#be7fce Text Font Color

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

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


#be7fce Background Color

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

This div background color is #be7fce


#be7fce Border Color

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

This div border color is #be7fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7fce


Comments

No comments written yet.

Please login to write comment.