Color Hex Logo

#be8fd7 Color Hex

#BE8FD7
(190,143,215)
0 Favorites   0 Comments

Color spaces of #be8fd7

RGB 190143215
HSL0.780.470.70
HSV279°33°84°
CMYK 0.120.330.00   0.16
XYZ43.323435.498468.8585
Yxy35.49840.29340.2404
Hunter Lab59.580525.5286-26.8164
CIE-Lab66.134930.7671-30.0587

#be8fd7 color RGB value is (190,143,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001111 11010111
Octal 276 217 327
Decimal 190 143 215
Hex BE 8F D7

RGB Percentages of Color #be8fd7

%34.67
%26.09
%39.23

CMYK Percentages of Color #be8fd7

%12
%33
%0
%16

Triadic Colors of #be8fd7

#be8fd7 #d7be8f #8fd7be

Analogous Colors of #be8fd7

#be8fd7 #d78fcc #9a8fd7

Monochromatic Colors of #be8fd7

#be8fd7

Complementary Color

#be8fd7 #a8d78f

#be8fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8fd7 Color CSS Codes

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

#be8fd7 Text Font Color

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

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


#be8fd7 Background Color

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

This div background color is #be8fd7


#be8fd7 Border Color

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

This div border color is #be8fd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8fd7


Comments

No comments written yet.

Please login to write comment.