Color Hex Logo

#be76cf Color Hex

#BE76CF
(190,118,207)
0 Favorites   0 Comments

Color spaces of #be76cf

RGB 190118207
HSL0.800.480.64
HSV289°43°81°
CMYK 0.080.430.00   0.19
XYZ38.976128.409062.4607
Yxy28.40900.30020.2188
Hunter Lab53.300137.2543-32.1700
CIE-Lab60.256542.7780-34.7034

#be76cf color RGB value is (190,118,207).

#be76cf hex color red value is 190, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #be76cf hue: 0.80 , saturation: 0.48 and the lightness value of be76cf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110110 11001111
Octal 276 166 317
Decimal 190 118 207
Hex BE 76 CF

RGB Percentages of Color #be76cf

%36.89
%22.91
%40.19

CMYK Percentages of Color #be76cf

%8
%43
%0
%19

Triadic Colors of #be76cf

#be76cf #cfbe76 #76cfbe

Analogous Colors of #be76cf

#be76cf #cf76b4 #9276cf

Monochromatic Colors of #be76cf

#be76cf

Complementary Color

#be76cf #87cf76

#be76cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be76cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be76cf Color CSS Codes

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

#be76cf Text Font Color

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

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


#be76cf Background Color

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

This div background color is #be76cf


#be76cf Border Color

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

This div border color is #be76cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,118,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be76cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be76cf


Comments

No comments written yet.

Please login to write comment.