Color Hex Logo

#be2fbb Color Hex

#BE2FBB
(190,47,187)
0 Favorites   0 Comments

Color spaces of #be2fbb

RGB 19047187
HSL0.840.600.46
HSV301°75°75°
CMYK 0.000.750.02   0.25
XYZ31.221416.568048.5661
Yxy16.56800.32400.1719
Hunter Lab40.703865.6848-42.2497
CIE-Lab47.711070.3746-42.9643

#be2fbb color RGB value is (190,47,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101111 10111011
Octal 276 57 273
Decimal 190 47 187
Hex BE 2F BB

RGB Percentages of Color #be2fbb

%44.81
%11.08
%44.10

CMYK Percentages of Color #be2fbb

%0
%75
%2
%25

Triadic Colors of #be2fbb

#be2fbb #bbbe2f #2fbbbe

Analogous Colors of #be2fbb

#be2fbb #be2f74 #7a2fbe

Monochromatic Colors of #be2fbb

#be2fbb

Complementary Color

#be2fbb #2fbe32

#be2fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2fbb Color CSS Codes

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

#be2fbb Text Font Color

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

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


#be2fbb Background Color

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

This div background color is #be2fbb


#be2fbb Border Color

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

This div border color is #be2fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2fbb


Comments

No comments written yet.

Please login to write comment.