Color Hex Logo

#be4cbf Color Hex

#BE4CBF
(190,76,191)
0 Favorites   0 Comments

Color spaces of #be4cbf

RGB 19076191
HSL0.830.470.52
HSV299°60°75°
CMYK 0.010.600.00   0.25
XYZ33.223619.877651.3759
Yxy19.87760.31800.1903
Hunter Lab44.584354.9932-37.1127
CIE-Lab51.698560.4095-38.9812

#be4cbf color RGB value is (190,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001100 10111111
Octal 276 114 277
Decimal 190 76 191
Hex BE 4C BF

RGB Percentages of Color #be4cbf

%41.58
%16.63
%41.79

CMYK Percentages of Color #be4cbf

%1
%60
%0
%25

Triadic Colors of #be4cbf

#be4cbf #bfbe4c #4cbfbe

Analogous Colors of #be4cbf

#be4cbf #bf4c87 #854cbf

Monochromatic Colors of #be4cbf

#be4cbf

Complementary Color

#be4cbf #4dbf4c

#be4cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4cbf Color CSS Codes

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

#be4cbf Text Font Color

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

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


#be4cbf Background Color

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

This div background color is #be4cbf


#be4cbf Border Color

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

This div border color is #be4cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4cbf


Comments

No comments written yet.

Please login to write comment.