Color Hex Logo

#be6bca Color Hex

#BE6BCA
(190,107,202)
0 Favorites   0 Comments

Color spaces of #be6bca

RGB 190107202
HSL0.810.470.61
HSV292°47°79°
CMYK 0.060.470.00   0.21
XYZ37.153625.726858.8847
Yxy25.72680.30510.2113
Hunter Lab50.721641.9886-33.3270
CIE-Lab57.776847.5836-35.7447

#be6bca color RGB value is (190,107,202).

#be6bca hex color red value is 190, green value is 107 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be6bca hue: 0.81 , saturation: 0.47 and the lightness value of be6bca is 0.61.

The process color (four color CMYK) of #be6bca color hex is 0.06, 0.47, 0.00, 0.21. Web safe color of #be6bca is #cc66cc. Color #be6bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101011 11001010
Octal 276 153 312
Decimal 190 107 202
Hex BE 6B CA

RGB Percentages of Color #be6bca

%38.08
%21.44
%40.48

CMYK Percentages of Color #be6bca

%6
%47
%0
%21

Triadic Colors of #be6bca

#be6bca #cabe6b #6bcabe

Analogous Colors of #be6bca

#be6bca #ca6ba7 #8f6bca

Monochromatic Colors of #be6bca

#be6bca

Complementary Color

#be6bca #77ca6b

#be6bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6bca Color CSS Codes

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

#be6bca Text Font Color

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

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


#be6bca Background Color

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

This div background color is #be6bca


#be6bca Border Color

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

This div border color is #be6bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,107,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 #be6bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6bca


Comments

No comments written yet.

Please login to write comment.