Color Hex Logo

#be0cdb Color Hex

#BE0CDB
(190,12,219)
0 Favorites   0 Comments

Color spaces of #be0cdb

RGB 19012219
HSL0.810.900.45
HSV292°95°86°
CMYK 0.130.950.00   0.14
XYZ34.152916.324668.3687
Yxy16.32460.28740.1374
Hunter Lab40.403780.1780-72.0443
CIE-Lab47.397582.2022-61.9565

#be0cdb color RGB value is (190,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001100 11011011
Octal 276 14 333
Decimal 190 12 219
Hex BE C DB

RGB Percentages of Color #be0cdb

%45.13
%2.85
%52.02

CMYK Percentages of Color #be0cdb

%13
%95
%0
%14

Triadic Colors of #be0cdb

#be0cdb #dbbe0c #0cdbbe

Analogous Colors of #be0cdb

#be0cdb #db0c91 #560cdb

Monochromatic Colors of #be0cdb

#be0cdb

Complementary Color

#be0cdb #29db0c

#be0cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0cdb Color CSS Codes

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

#be0cdb Text Font Color

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

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


#be0cdb Background Color

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

This div background color is #be0cdb


#be0cdb Border Color

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

This div border color is #be0cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0cdb


Comments

No comments written yet.

Please login to write comment.