Color Hex Logo

#be6ddc Color Hex

#BE6DDC
(190,109,220)
0 Favorites   0 Comments

Color spaces of #be6ddc

RGB 190109220
HSL0.790.610.65
HSV284°50°86°
CMYK 0.140.500.00   0.14
XYZ39.622127.051770.8433
Yxy27.05170.28810.1967
Hunter Lab52.011244.9614-44.3496
CIE-Lab59.022250.1393-43.9559

#be6ddc color RGB value is (190,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101101 11011100
Octal 276 155 334
Decimal 190 109 220
Hex BE 6D DC

RGB Percentages of Color #be6ddc

%36.61
%21.00
%42.39

CMYK Percentages of Color #be6ddc

%14
%50
%0
%14

Triadic Colors of #be6ddc

#be6ddc #dcbe6d #6ddcbe

Analogous Colors of #be6ddc

#be6ddc #dc6dc3 #876ddc

Monochromatic Colors of #be6ddc

#be6ddc

Complementary Color

#be6ddc #8bdc6d

#be6ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6ddc Color CSS Codes

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

#be6ddc Text Font Color

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

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


#be6ddc Background Color

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

This div background color is #be6ddc


#be6ddc Border Color

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

This div border color is #be6ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6ddc


Comments

No comments written yet.

Please login to write comment.