Color Hex Logo

#be86ca Color Hex

#BE86CA
(190,134,202)
0 Favorites   0 Comments

Color spaces of #be86ca

RGB 190134202
HSL0.800.390.66
HSV289°34°79°
CMYK 0.060.340.00   0.21
XYZ40.421032.261659.9738
Yxy32.26160.30470.2432
Hunter Lab56.799327.6301-22.8442
CIE-Lab63.558533.0798-26.7748

#be86ca color RGB value is (190,134,202).

#be86ca hex color red value is 190, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be86ca hue: 0.80 , saturation: 0.39 and the lightness value of be86ca is 0.66.

The process color (four color CMYK) of #be86ca color hex is 0.06, 0.34, 0.00, 0.21. Web safe color of #be86ca is #cc99cc. Color #be86ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000110 11001010
Octal 276 206 312
Decimal 190 134 202
Hex BE 86 CA

RGB Percentages of Color #be86ca

%36.12
%25.48
%38.40

CMYK Percentages of Color #be86ca

%6
%34
%0
%21

Triadic Colors of #be86ca

#be86ca #cabe86 #86cabe

Analogous Colors of #be86ca

#be86ca #ca86b4 #9c86ca

Monochromatic Colors of #be86ca

#be86ca

Complementary Color

#be86ca #92ca86

#be86ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be86ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be86ca Color CSS Codes

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

#be86ca Text Font Color

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

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


#be86ca Background Color

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

This div background color is #be86ca


#be86ca Border Color

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

This div border color is #be86ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be86ca


Comments

No comments written yet.

Please login to write comment.