Color Hex Logo

#be248e Color Hex

#BE248E
(190,36,142)
0 Favorites   0 Comments

Color spaces of #be248e

RGB 19036142
HSL0.890.680.44
HSV319°81°75°
CMYK 0.000.810.25   0.25
XYZ26.748614.161926.9149
Yxy14.16190.39440.2088
Hunter Lab37.632361.0192-16.0620
CIE-Lab44.464267.0389-21.2698

#be248e color RGB value is (190,36,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 10001110
Octal 276 44 216
Decimal 190 36 142
Hex BE 24 8E

RGB Percentages of Color #be248e

%51.63
%9.78
%38.59

CMYK Percentages of Color #be248e

%0
%81
%25
%25

Triadic Colors of #be248e

#be248e #8ebe24 #248ebe

Analogous Colors of #be248e

#be248e #be2441 #a124be

Monochromatic Colors of #be248e

#be248e

Complementary Color

#be248e #24be54

#be248e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be248e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be248e Color CSS Codes

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

#be248e Text Font Color

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

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


#be248e Background Color

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

This div background color is #be248e


#be248e Border Color

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

This div border color is #be248e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be248e


Comments

No comments written yet.

Please login to write comment.