Color Hex Logo

#be6cdb Color Hex

#BE6CDB
(190,108,219)
0 Favorites   0 Comments

Color spaces of #be6cdb

RGB 190108219
HSL0.790.610.64
HSV284°51°86°
CMYK 0.130.510.00   0.14
XYZ39.383926.786770.1124
Yxy26.78670.28900.1966
Hunter Lab51.755945.2577-44.0896
CIE-Lab58.776450.4487-43.7815

#be6cdb color RGB value is (190,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101100 11011011
Octal 276 154 333
Decimal 190 108 219
Hex BE 6C DB

RGB Percentages of Color #be6cdb

%36.75
%20.89
%42.36

CMYK Percentages of Color #be6cdb

%13
%51
%0
%14

Triadic Colors of #be6cdb

#be6cdb #dbbe6c #6cdbbe

Analogous Colors of #be6cdb

#be6cdb #db6cc1 #876cdb

Monochromatic Colors of #be6cdb

#be6cdb

Complementary Color

#be6cdb #89db6c

#be6cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6cdb Color CSS Codes

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

#be6cdb Text Font Color

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

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


#be6cdb Background Color

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

This div background color is #be6cdb


#be6cdb Border Color

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

This div border color is #be6cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6cdb


Comments

No comments written yet.

Please login to write comment.