Color Hex Logo

#be61d6 Color Hex

#BE61D6
(190,97,214)
0 Favorites   0 Comments

Color spaces of #be61d6

RGB 19097214
HSL0.800.590.61
HSV288°55°84°
CMYK 0.110.550.00   0.16
XYZ37.647524.351666.3344
Yxy24.35160.29340.1898
Hunter Lab49.347349.8213-45.1565
CIE-Lab56.438154.9667-44.6535

#be61d6 color RGB value is (190,97,214).

#be61d6 hex color red value is 190, green value is 97 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #be61d6 hue: 0.80 , saturation: 0.59 and the lightness value of be61d6 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 11010110
Octal 276 141 326
Decimal 190 97 214
Hex BE 61 D6

RGB Percentages of Color #be61d6

%37.92
%19.36
%42.71

CMYK Percentages of Color #be61d6

%11
%55
%0
%16

Triadic Colors of #be61d6

#be61d6 #d6be61 #61d6be

Analogous Colors of #be61d6

#be61d6 #d661b4 #8461d6

Monochromatic Colors of #be61d6

#be61d6

Complementary Color

#be61d6 #79d661

#be61d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be61d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be61d6 Color CSS Codes

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

#be61d6 Text Font Color

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

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


#be61d6 Background Color

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

This div background color is #be61d6


#be61d6 Border Color

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

This div border color is #be61d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be61d6


Comments

No comments written yet.

Please login to write comment.