Color Hex Logo

#be248d Color Hex

#BE248D
(190,36,141)
0 Favorites   0 Comments

Color spaces of #be248d

RGB 19036141
HSL0.890.680.44
HSV319°81°75°
CMYK 0.000.810.26   0.25
XYZ26.673814.132026.5212
Yxy14.13200.39620.2099
Hunter Lab37.592660.8677-15.5138
CIE-Lab44.421666.9168-20.7282

#be248d color RGB value is (190,36,141).

#be248d hex color red value is 190, green value is 36 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #be248d hue: 0.89 , saturation: 0.68 and the lightness value of be248d is 0.44.

The process color (four color CMYK) of #be248d color hex is 0.00, 0.81, 0.26, 0.25. Web safe color of #be248d is #cc3399. Color #be248d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 10001101
Octal 276 44 215
Decimal 190 36 141
Hex BE 24 8D

RGB Percentages of Color #be248d

%51.77
%9.81
%38.42

CMYK Percentages of Color #be248d

%0
%81
%26
%25

Triadic Colors of #be248d

#be248d #8dbe24 #248dbe

Analogous Colors of #be248d

#be248d #be2440 #a224be

Monochromatic Colors of #be248d

#be248d

Complementary Color

#be248d #24be55

#be248d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be248d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be248d Color CSS Codes

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

#be248d Text Font Color

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

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


#be248d Background Color

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

This div background color is #be248d


#be248d Border Color

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

This div border color is #be248d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be248d


Comments

No comments written yet.

Please login to write comment.