color codes Logo

#be1bdd color codes

#BE1BDD
(190,27,221)
0 Favorites   0 Comments

Color spaces of #be1bdd

RGB 19027221
HSL0.810.780.49
HSV290°88°87°
CMYK 0.140.880.00   0.13
XYZ34.678316.951569.8508
Yxy16.95150.28550.1395
Hunter Lab41.172278.2947-71.7681
CIE-Lab48.198980.5616-61.8036

#be1bdd color RGB value is (190,27,221).

#be1bdd hex color red value is 190, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #be1bdd hue: 0.81 , saturation: 0.78 and the lightness value of be1bdd is 0.49.

The process color (four color CMYK) of #be1bdd color code is 0.14, 0.88, 0.00, 0.13. Web safe color of #be1bdd is #cc33cc. Color #be1bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011011 11011101
Octal 276 33 335
Decimal 190 27 221
Hex BE 1B DD

RGB Percentages of Color #be1bdd

%43.38
%6.16
%50.46

CMYK Percentages of Color #be1bdd

%14
%88
%0
%13

Triadic Colors of #be1bdd

#be1bdd #ddbe1b #1bddbe

Analogous Colors of #be1bdd

#be1bdd #dd1b9b #5d1bdd

Monochromatic Colors of #be1bdd

#be1bdd

Complementary Color

#be1bdd #3add1b

#be1bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1bdd Color CSS Codes

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

#be1bdd Text Font Color

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

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


#be1bdd Background Color

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

This div background color is #be1bdd


#be1bdd Border Color

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

This div border color is #be1bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1bdd


Comments

No comments written yet.

Please login to write comment.