Color Hex Logo

#be48be Color Hex

#BE48BE
(190,72,190)
0 Favorites   0 Comments

Color spaces of #be48be

RGB 19072190
HSL0.830.480.51
HSV300°62°75°
CMYK 0.000.620.00   0.25
XYZ32.846819.299650.7092
Yxy19.29960.31930.1876
Hunter Lab43.931356.5821-37.6856
CIE-Lab51.035961.9292-39.4472

#be48be color RGB value is (190,72,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 10111110
Octal 276 110 276
Decimal 190 72 190
Hex BE 48 BE

RGB Percentages of Color #be48be

%42.04
%15.93
%42.04

CMYK Percentages of Color #be48be

%0
%62
%0
%25

Triadic Colors of #be48be

#be48be #bebe48 #48bebe

Analogous Colors of #be48be

#be48be #be4883 #8348be

Monochromatic Colors of #be48be

#be48be

Complementary Color

#be48be #48be48

#be48be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be48be Color Preview on White Background

Lorem ipsum dolor sit amet.

#be48be Color CSS Codes

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

#be48be Text Font Color

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

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


#be48be Background Color

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

This div background color is #be48be


#be48be Border Color

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

This div border color is #be48be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be48be


Comments

No comments written yet.

Please login to write comment.