Color Hex Logo

#be3bca Color Hex

#BE3BCA
(190,59,202)
0 Favorites   0 Comments

Color spaces of #be3bca

RGB 19059202
HSL0.820.570.51
HSV295°71°79°
CMYK 0.060.710.00   0.21
XYZ33.459818.339357.6534
Yxy18.33930.30570.1676
Hunter Lab42.824464.5239-49.8435
CIE-Lab49.905168.9727-48.1729

#be3bca color RGB value is (190,59,202).

#be3bca hex color red value is 190, green value is 59 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be3bca hue: 0.82 , saturation: 0.57 and the lightness value of be3bca is 0.51.

The process color (four color CMYK) of #be3bca color hex is 0.06, 0.71, 0.00, 0.21. Web safe color of #be3bca is #cc33cc. Color #be3bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111011 11001010
Octal 276 73 312
Decimal 190 59 202
Hex BE 3B CA

RGB Percentages of Color #be3bca

%42.13
%13.08
%44.79

CMYK Percentages of Color #be3bca

%6
%71
%0
%21

Triadic Colors of #be3bca

#be3bca #cabe3b #3bcabe

Analogous Colors of #be3bca

#be3bca #ca3b8f #773bca

Monochromatic Colors of #be3bca

#be3bca

Complementary Color

#be3bca #47ca3b

#be3bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3bca Color CSS Codes

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

#be3bca Text Font Color

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

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


#be3bca Background Color

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

This div background color is #be3bca


#be3bca Border Color

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

This div border color is #be3bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3bca


Comments

No comments written yet.

Please login to write comment.