Color Hex Logo

#be47bf Color Hex

#BE47BF
(190,71,191)
0 Favorites   0 Comments

Color spaces of #be47bf

RGB 19071191
HSL0.830.480.51
HSV300°63°75°
CMYK 0.010.630.00   0.25
XYZ32.892419.215251.2655
Yxy19.21520.31820.1859
Hunter Lab43.835157.2288-38.6555
CIE-Lab50.938062.5133-40.1808

#be47bf color RGB value is (190,71,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000111 10111111
Octal 276 107 277
Decimal 190 71 191
Hex BE 47 BF

RGB Percentages of Color #be47bf

%42.04
%15.71
%42.26

CMYK Percentages of Color #be47bf

%1
%63
%0
%25

Triadic Colors of #be47bf

#be47bf #bfbe47 #47bfbe

Analogous Colors of #be47bf

#be47bf #bf4784 #8247bf

Monochromatic Colors of #be47bf

#be47bf

Complementary Color

#be47bf #48bf47

#be47bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be47bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be47bf Color CSS Codes

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

#be47bf Text Font Color

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

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


#be47bf Background Color

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

This div background color is #be47bf


#be47bf Border Color

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

This div border color is #be47bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be47bf


Comments

No comments written yet.

Please login to write comment.