Color Hex Logo

#be8fd6 Color Hex

#BE8FD6
(190,143,214)
0 Favorites   0 Comments

Color spaces of #be8fd6

RGB 190143214
HSL0.780.460.70
HSV280°33°84°
CMYK 0.110.330.00   0.16
XYZ43.195335.447168.1837
Yxy35.44710.29420.2414
Hunter Lab59.537525.3138-26.2241
CIE-Lab66.095330.5581-29.5643

#be8fd6 color RGB value is (190,143,214).

#be8fd6 hex color red value is 190, green value is 143 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #be8fd6 hue: 0.78 , saturation: 0.46 and the lightness value of be8fd6 is 0.70.

The process color (four color CMYK) of #be8fd6 color hex is 0.11, 0.33, 0.00, 0.16. Web safe color of #be8fd6 is #cc99cc. Color #be8fd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001111 11010110
Octal 276 217 326
Decimal 190 143 214
Hex BE 8F D6

RGB Percentages of Color #be8fd6

%34.73
%26.14
%39.12

CMYK Percentages of Color #be8fd6

%11
%33
%0
%16

Triadic Colors of #be8fd6

#be8fd6 #d6be8f #8fd6be

Analogous Colors of #be8fd6

#be8fd6 #d68fcb #9b8fd6

Monochromatic Colors of #be8fd6

#be8fd6

Complementary Color

#be8fd6 #a7d68f

#be8fd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8fd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8fd6 Color CSS Codes

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

#be8fd6 Text Font Color

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

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


#be8fd6 Background Color

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

This div background color is #be8fd6


#be8fd6 Border Color

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

This div border color is #be8fd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8fd6


Comments

No comments written yet.

Please login to write comment.