Color Hex Logo

#be348d Color Hex

#BE348D
(190,52,141)
0 Favorites   0 Comments

Color spaces of #be348d

RGB 19052141
HSL0.890.570.47
HSV321°73°75°
CMYK 0.000.730.26   0.25
XYZ27.270915.326226.7202
Yxy15.32620.39340.2211
Hunter Lab39.148755.8325-13.0632
CIE-Lab46.077862.2029-18.1844

#be348d color RGB value is (190,52,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110100 10001101
Octal 276 64 215
Decimal 190 52 141
Hex BE 34 8D

RGB Percentages of Color #be348d

%49.61
%13.58
%36.81

CMYK Percentages of Color #be348d

%0
%73
%26
%25

Triadic Colors of #be348d

#be348d #8dbe34 #348dbe

Analogous Colors of #be348d

#be348d #be3448 #aa34be

Monochromatic Colors of #be348d

#be348d

Complementary Color

#be348d #34be65

#be348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be348d Color CSS Codes

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

#be348d Text Font Color

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

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


#be348d Background Color

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

This div background color is #be348d


#be348d Border Color

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

This div border color is #be348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be348d


Comments

No comments written yet.

Please login to write comment.