Color Hex Logo

#be61dc Color Hex

#BE61DC
(190,97,220)
0 Favorites   0 Comments

Color spaces of #be61dc

RGB 19097220
HSL0.790.640.62
HSV285°56°86°
CMYK 0.140.560.00   0.14
XYZ38.428224.663870.4454
Yxy24.66380.28780.1847
Hunter Lab49.662751.2109-49.3377
CIE-Lab56.746456.1589-47.5545

#be61dc color RGB value is (190,97,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 11011100
Octal 276 141 334
Decimal 190 97 220
Hex BE 61 DC

RGB Percentages of Color #be61dc

%37.48
%19.13
%43.39

CMYK Percentages of Color #be61dc

%14
%56
%0
%14

Triadic Colors of #be61dc

#be61dc #dcbe61 #61dcbe

Analogous Colors of #be61dc

#be61dc #dc61bd #8161dc

Monochromatic Colors of #be61dc

#be61dc

Complementary Color

#be61dc #7fdc61

#be61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be61dc Color CSS Codes

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

#be61dc Text Font Color

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

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


#be61dc Background Color

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

This div background color is #be61dc


#be61dc Border Color

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

This div border color is #be61dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,97,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 #be61dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be61dc


Comments

No comments written yet.

Please login to write comment.