Color Hex Logo

#be61de Color Hex

#BE61DE
(190,97,222)
0 Favorites   0 Comments

Color spaces of #be61de

RGB 19097222
HSL0.790.650.63
HSV285°56°87°
CMYK 0.140.560.00   0.13
XYZ38.694724.770571.8490
Yxy24.77050.28600.1831
Hunter Lab49.770051.6811-50.7533
CIE-Lab56.851156.5600-48.5152

#be61de color RGB value is (190,97,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 11011110
Octal 276 141 336
Decimal 190 97 222
Hex BE 61 DE

RGB Percentages of Color #be61de

%37.33
%19.06
%43.61

CMYK Percentages of Color #be61de

%14
%56
%0
%13

Triadic Colors of #be61de

#be61de #debe61 #61debe

Analogous Colors of #be61de

#be61de #de61c0 #8061de

Monochromatic Colors of #be61de

#be61de

Complementary Color

#be61de #81de61

#be61de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be61de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be61de Color CSS Codes

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

#be61de Text Font Color

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

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


#be61de Background Color

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

This div background color is #be61de


#be61de Border Color

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

This div border color is #be61de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be61de


Comments

No comments written yet.

Please login to write comment.