Color Hex Logo

#be2fbf Color Hex

#BE2FBF
(190,47,191)
0 Favorites   0 Comments

Color spaces of #be2fbf

RGB 19047191
HSL0.830.610.47
HSV300°75°75°
CMYK 0.010.750.00   0.25
XYZ31.655716.741850.8533
Yxy16.74180.31890.1687
Hunter Lab40.916766.4942-45.0467
CIE-Lab47.933071.0100-44.9437

#be2fbf color RGB value is (190,47,191).

#be2fbf hex color red value is 190, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #be2fbf hue: 0.83 , saturation: 0.61 and the lightness value of be2fbf is 0.47.

The process color (four color CMYK) of #be2fbf color hex is 0.01, 0.75, 0.00, 0.25. Web safe color of #be2fbf is #cc33cc. Color #be2fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101111 10111111
Octal 276 57 277
Decimal 190 47 191
Hex BE 2F BF

RGB Percentages of Color #be2fbf

%44.39
%10.98
%44.63

CMYK Percentages of Color #be2fbf

%1
%75
%0
%25

Triadic Colors of #be2fbf

#be2fbf #bfbe2f #2fbfbe

Analogous Colors of #be2fbf

#be2fbf #bf2f78 #762fbf

Monochromatic Colors of #be2fbf

#be2fbf

Complementary Color

#be2fbf #30bf2f

#be2fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2fbf Color CSS Codes

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

#be2fbf Text Font Color

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

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


#be2fbf Background Color

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

This div background color is #be2fbf


#be2fbf Border Color

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

This div border color is #be2fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2fbf


Comments

No comments written yet.

Please login to write comment.