Color Hex Logo

#be39cc Color Hex

#BE39CC
(190,57,204)
0 Favorites   0 Comments

Color spaces of #be39cc

RGB 19057204
HSL0.820.590.51
HSV294°72°80°
CMYK 0.070.720.00   0.20
XYZ33.597418.233058.8753
Yxy18.23300.30350.1647
Hunter Lab42.700165.7226-51.8595
CIE-Lab49.777570.0059-49.5280

#be39cc color RGB value is (190,57,204).

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

The process color (four color CMYK) of #be39cc color hex is 0.07, 0.72, 0.00, 0.20. Web safe color of #be39cc is #cc33cc. Color #be39cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 11001100
Octal 276 71 314
Decimal 190 57 204
Hex BE 39 CC

RGB Percentages of Color #be39cc

%42.13
%12.64
%45.23

CMYK Percentages of Color #be39cc

%7
%72
%0
%20

Triadic Colors of #be39cc

#be39cc #ccbe39 #39ccbe

Analogous Colors of #be39cc

#be39cc #cc3991 #7539cc

Monochromatic Colors of #be39cc

#be39cc

Complementary Color

#be39cc #47cc39

#be39cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be39cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be39cc Color CSS Codes

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

#be39cc Text Font Color

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

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


#be39cc Background Color

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

This div background color is #be39cc


#be39cc Border Color

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

This div border color is #be39cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be39cc


Comments

No comments written yet.

Please login to write comment.