Color Hex Logo

#be0ecb Color Hex

#BE0ECB
(190,14,203)
0 Favorites   0 Comments

Color spaces of #be0ecb

RGB 19014203
HSL0.820.870.43
HSV296°93°80°
CMYK 0.060.930.00   0.20
XYZ32.171715.573057.8102
Yxy15.57300.30480.1475
Hunter Lab39.462676.4615-59.2321
CIE-Lab46.409279.4512-54.3468

#be0ecb color RGB value is (190,14,203).

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

The process color (four color CMYK) of #be0ecb color hex is 0.06, 0.93, 0.00, 0.20. Web safe color of #be0ecb is #cc00cc. Color #be0ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001110 11001011
Octal 276 16 313
Decimal 190 14 203
Hex BE E CB

RGB Percentages of Color #be0ecb

%46.68
%3.44
%49.88

CMYK Percentages of Color #be0ecb

%6
%93
%0
%20

Triadic Colors of #be0ecb

#be0ecb #cbbe0e #0ecbbe

Analogous Colors of #be0ecb

#be0ecb #cb0e7a #600ecb

Monochromatic Colors of #be0ecb

#be0ecb

Complementary Color

#be0ecb #1bcb0e

#be0ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0ecb Color CSS Codes

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

#be0ecb Text Font Color

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

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


#be0ecb Background Color

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

This div background color is #be0ecb


#be0ecb Border Color

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

This div border color is #be0ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0ecb


Comments

No comments written yet.

Please login to write comment.