Color Hex Logo

#be86df Color Hex

#BE86DF
(190,134,223)
0 Favorites   0 Comments

Color spaces of #be86df

RGB 190134223
HSL0.770.580.70
HSV278°40°87°
CMYK 0.150.400.00   0.13
XYZ43.079633.325173.9739
Yxy33.32510.28650.2216
Hunter Lab57.727932.1823-35.5661
CIE-Lab64.423337.4215-37.1596

#be86df color RGB value is (190,134,223).

#be86df hex color red value is 190, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be86df hue: 0.77 , saturation: 0.58 and the lightness value of be86df is 0.70.

The process color (four color CMYK) of #be86df color hex is 0.15, 0.40, 0.00, 0.13. Web safe color of #be86df is #cc99cc. Color #be86df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000110 11011111
Octal 276 206 337
Decimal 190 134 223
Hex BE 86 DF

RGB Percentages of Color #be86df

%34.73
%24.50
%40.77

CMYK Percentages of Color #be86df

%15
%40
%0
%13

Triadic Colors of #be86df

#be86df #dfbe86 #86dfbe

Analogous Colors of #be86df

#be86df #df86d4 #9286df

Monochromatic Colors of #be86df

#be86df

Complementary Color

#be86df #a7df86

#be86df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be86df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be86df Color CSS Codes

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

#be86df Text Font Color

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

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


#be86df Background Color

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

This div background color is #be86df


#be86df Border Color

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

This div border color is #be86df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be86df


Comments

No comments written yet.

Please login to write comment.