Color Hex Logo

#be7cce Color Hex

#BE7CCE
(190,124,206)
0 Favorites   0 Comments

Color spaces of #be7cce

RGB 190124206
HSL0.800.460.65
HSV288°40°81°
CMYK 0.080.400.00   0.19
XYZ39.583429.818762.0618
Yxy29.81870.30110.2268
Hunter Lab54.606533.8305-29.1602
CIE-Lab61.497539.3482-32.2092

#be7cce color RGB value is (190,124,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111100 11001110
Octal 276 174 316
Decimal 190 124 206
Hex BE 7C CE

RGB Percentages of Color #be7cce

%36.54
%23.85
%39.62

CMYK Percentages of Color #be7cce

%8
%40
%0
%19

Triadic Colors of #be7cce

#be7cce #cebe7c #7ccebe

Analogous Colors of #be7cce

#be7cce #ce7cb5 #957cce

Monochromatic Colors of #be7cce

#be7cce

Complementary Color

#be7cce #8cce7c

#be7cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7cce Color CSS Codes

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

#be7cce Text Font Color

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

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


#be7cce Background Color

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

This div background color is #be7cce


#be7cce Border Color

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

This div border color is #be7cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7cce


Comments

No comments written yet.

Please login to write comment.