Color Hex Logo

#be0bdb Color Hex

#BE0BDB
(190,11,219)
0 Favorites   0 Comments

Color spaces of #be0bdb

RGB 19011219
HSL0.810.900.45
HSV292°95°86°
CMYK 0.130.950.00   0.14
XYZ34.141116.301068.3648
Yxy16.30100.28740.1372
Hunter Lab40.374580.2861-72.1316
CIE-Lab47.366982.2931-62.0059

#be0bdb color RGB value is (190,11,219).

#be0bdb hex color red value is 190, green value is 11 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be0bdb hue: 0.81 , saturation: 0.90 and the lightness value of be0bdb is 0.45.

The process color (four color CMYK) of #be0bdb color hex is 0.13, 0.95, 0.00, 0.14. Web safe color of #be0bdb is #cc00cc. Color #be0bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001011 11011011
Octal 276 13 333
Decimal 190 11 219
Hex BE B DB

RGB Percentages of Color #be0bdb

%45.24
%2.62
%52.14

CMYK Percentages of Color #be0bdb

%13
%95
%0
%14

Triadic Colors of #be0bdb

#be0bdb #dbbe0b #0bdbbe

Analogous Colors of #be0bdb

#be0bdb #db0b90 #560bdb

Monochromatic Colors of #be0bdb

#be0bdb

Complementary Color

#be0bdb #28db0b

#be0bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0bdb Color CSS Codes

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

#be0bdb Text Font Color

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

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


#be0bdb Background Color

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

This div background color is #be0bdb


#be0bdb Border Color

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

This div border color is #be0bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0bdb


Comments

No comments written yet.

Please login to write comment.