Color Hex Logo

#be1cbb Color Hex

#BE1CBB
(190,28,187)
0 Favorites   0 Comments

Color spaces of #be1cbb

RGB 19028187
HSL0.840.740.43
HSV301°85°75°
CMYK 0.000.850.02   0.25
XYZ30.620115.365548.3657
Yxy15.36550.32450.1629
Hunter Lab39.198970.8369-45.7161
CIE-Lab46.130874.9569-45.4784

#be1cbb color RGB value is (190,28,187).

#be1cbb hex color red value is 190, green value is 28 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #be1cbb hue: 0.84 , saturation: 0.74 and the lightness value of be1cbb is 0.43.

The process color (four color CMYK) of #be1cbb color hex is 0.00, 0.85, 0.02, 0.25. Web safe color of #be1cbb is #cc33cc. Color #be1cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011100 10111011
Octal 276 34 273
Decimal 190 28 187
Hex BE 1C BB

RGB Percentages of Color #be1cbb

%46.91
%6.91
%46.17

CMYK Percentages of Color #be1cbb

%0
%85
%2
%25

Triadic Colors of #be1cbb

#be1cbb #bbbe1c #1cbbbe

Analogous Colors of #be1cbb

#be1cbb #be1c6a #701cbe

Monochromatic Colors of #be1cbb

#be1cbb

Complementary Color

#be1cbb #1cbe1f

#be1cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1cbb Color CSS Codes

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

#be1cbb Text Font Color

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

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


#be1cbb Background Color

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

This div background color is #be1cbb


#be1cbb Border Color

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

This div border color is #be1cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1cbb


Comments

No comments written yet.

Please login to write comment.