Color Hex Logo

#be63dc Color Hex

#BE63DC
(190,99,220)
0 Favorites   0 Comments

Color spaces of #be63dc

RGB 19099220
HSL0.790.630.63
HSV285°55°86°
CMYK 0.140.550.00   0.14
XYZ38.615325.038170.5077
Yxy25.03810.28780.1866
Hunter Lab50.038150.1850-48.5177
CIE-Lab57.112555.1797-46.9742

#be63dc color RGB value is (190,99,220).

#be63dc hex color red value is 190, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be63dc hue: 0.79 , saturation: 0.63 and the lightness value of be63dc is 0.63.

The process color (four color CMYK) of #be63dc color hex is 0.14, 0.55, 0.00, 0.14. Web safe color of #be63dc is #cc66cc. Color #be63dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 11011100
Octal 276 143 334
Decimal 190 99 220
Hex BE 63 DC

RGB Percentages of Color #be63dc

%37.33
%19.45
%43.22

CMYK Percentages of Color #be63dc

%14
%55
%0
%14

Triadic Colors of #be63dc

#be63dc #dcbe63 #63dcbe

Analogous Colors of #be63dc

#be63dc #dc63be #8263dc

Monochromatic Colors of #be63dc

#be63dc

Complementary Color

#be63dc #81dc63

#be63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be63dc Color CSS Codes

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

#be63dc Text Font Color

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

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


#be63dc Background Color

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

This div background color is #be63dc


#be63dc Border Color

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

This div border color is #be63dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be63dc


Comments

No comments written yet.

Please login to write comment.