Color Hex Logo

#be36ce Color Hex

#BE36CE
(190,54,206)
0 Favorites   0 Comments

Color spaces of #be36ce

RGB 19054206
HSL0.820.610.51
HSV294°74°81°
CMYK 0.080.740.00   0.19
XYZ33.694918.041760.0990
Yxy18.04170.30130.1613
Hunter Lab42.475567.2680-54.1571
CIE-Lab49.546671.3426-51.0472

#be36ce color RGB value is (190,54,206).

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

The process color (four color CMYK) of #be36ce color hex is 0.08, 0.74, 0.00, 0.19. Web safe color of #be36ce is #cc33cc. Color #be36ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110110 11001110
Octal 276 66 316
Decimal 190 54 206
Hex BE 36 CE

RGB Percentages of Color #be36ce

%42.22
%12.00
%45.78

CMYK Percentages of Color #be36ce

%8
%74
%0
%19

Triadic Colors of #be36ce

#be36ce #cebe36 #36cebe

Analogous Colors of #be36ce

#be36ce #ce3692 #7236ce

Monochromatic Colors of #be36ce

#be36ce

Complementary Color

#be36ce #46ce36

#be36ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be36ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be36ce Color CSS Codes

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

#be36ce Text Font Color

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

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


#be36ce Background Color

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

This div background color is #be36ce


#be36ce Border Color

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

This div border color is #be36ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be36ce


Comments

No comments written yet.

Please login to write comment.