Color Hex Logo

#be3cca Color Hex

#BE3CCA
(190,60,202)
0 Favorites   0 Comments

Color spaces of #be3cca

RGB 19060202
HSL0.820.570.51
HSV295°70°79°
CMYK 0.060.700.00   0.21
XYZ33.511718.443157.6707
Yxy18.44310.30570.1682
Hunter Lab42.945464.1348-49.5577
CIE-Lab50.029268.6202-47.9751

#be3cca color RGB value is (190,60,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111100 11001010
Octal 276 74 312
Decimal 190 60 202
Hex BE 3C CA

RGB Percentages of Color #be3cca

%42.04
%13.27
%44.69

CMYK Percentages of Color #be3cca

%6
%70
%0
%21

Triadic Colors of #be3cca

#be3cca #cabe3c #3ccabe

Analogous Colors of #be3cca

#be3cca #ca3c8f #773cca

Monochromatic Colors of #be3cca

#be3cca

Complementary Color

#be3cca #48ca3c

#be3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3cca Color CSS Codes

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

#be3cca Text Font Color

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

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


#be3cca Background Color

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

This div background color is #be3cca


#be3cca Border Color

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

This div border color is #be3cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3cca


Comments

No comments written yet.

Please login to write comment.