Color Hex Logo

#be2dcb Color Hex

#BE2DCB
(190,45,203)
0 Favorites   0 Comments

Color spaces of #be2dcb

RGB 19045203
HSL0.820.640.49
HSV295°78°80°
CMYK 0.060.780.00   0.20
XYZ32.953117.135758.0706
Yxy17.13570.30470.1584
Hunter Lab41.395369.6548-54.1972
CIE-Lab48.430673.5371-51.1046

#be2dcb color RGB value is (190,45,203).

#be2dcb hex color red value is 190, green value is 45 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #be2dcb hue: 0.82 , saturation: 0.64 and the lightness value of be2dcb is 0.49.

The process color (four color CMYK) of #be2dcb color hex is 0.06, 0.78, 0.00, 0.20. Web safe color of #be2dcb is #cc33cc. Color #be2dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101101 11001011
Octal 276 55 313
Decimal 190 45 203
Hex BE 2D CB

RGB Percentages of Color #be2dcb

%43.38
%10.27
%46.35

CMYK Percentages of Color #be2dcb

%6
%78
%0
%20

Triadic Colors of #be2dcb

#be2dcb #cbbe2d #2dcbbe

Analogous Colors of #be2dcb

#be2dcb #cb2d89 #6f2dcb

Monochromatic Colors of #be2dcb

#be2dcb

Complementary Color

#be2dcb #3acb2d

#be2dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2dcb Color CSS Codes

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

#be2dcb Text Font Color

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

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


#be2dcb Background Color

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

This div background color is #be2dcb


#be2dcb Border Color

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

This div border color is #be2dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2dcb


Comments

No comments written yet.

Please login to write comment.