Color Hex Logo

#be286d Color Hex

#BE286D
(190,40,109)
0 Favorites   0 Comments

Color spaces of #be286d

RGB 19040109
HSL0.920.650.45
HSV332°79°75°
CMYK 0.000.790.43   0.25
XYZ24.754313.568915.7824
Yxy13.56890.45750.2508
Hunter Lab36.836055.49150.3824
CIE-Lab43.608262.3742-2.2865

#be286d color RGB value is (190,40,109).

#be286d hex color red value is 190, green value is 40 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #be286d hue: 0.92 , saturation: 0.65 and the lightness value of be286d is 0.45.

The process color (four color CMYK) of #be286d color hex is 0.00, 0.79, 0.43, 0.25. Web safe color of #be286d is #cc3366. Color #be286d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101000 01101101
Octal 276 50 155
Decimal 190 40 109
Hex BE 28 6D

RGB Percentages of Color #be286d

%56.05
%11.80
%32.15

CMYK Percentages of Color #be286d

%0
%79
%43
%25

Triadic Colors of #be286d

#be286d #6dbe28 #286dbe

Analogous Colors of #be286d

#be286d #be2e28 #be28b8

Monochromatic Colors of #be286d

#be286d

Complementary Color

#be286d #28be79

#be286d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be286d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be286d Color CSS Codes

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

#be286d Text Font Color

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

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


#be286d Background Color

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

This div background color is #be286d


#be286d Border Color

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

This div border color is #be286d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be286d


Comments

No comments written yet.

Please login to write comment.