Color Hex Logo

#be328d Color Hex

#BE328D
(190,50,141)
0 Favorites   0 Comments

Color spaces of #be328d

RGB 19050141
HSL0.890.580.47
HSV321°74°75°
CMYK 0.000.740.26   0.25
XYZ27.183515.151426.6911
Yxy15.15140.39380.2195
Hunter Lab38.924856.5388-13.4083
CIE-Lab45.840962.8714-18.5474

#be328d color RGB value is (190,50,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 10001101
Octal 276 62 215
Decimal 190 50 141
Hex BE 32 8D

RGB Percentages of Color #be328d

%49.87
%13.12
%37.01

CMYK Percentages of Color #be328d

%0
%74
%26
%25

Triadic Colors of #be328d

#be328d #8dbe32 #328dbe

Analogous Colors of #be328d

#be328d #be3247 #a932be

Monochromatic Colors of #be328d

#be328d

Complementary Color

#be328d #32be63

#be328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be328d Color CSS Codes

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

#be328d Text Font Color

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

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


#be328d Background Color

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

This div background color is #be328d


#be328d Border Color

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

This div border color is #be328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be328d


Comments

No comments written yet.

Please login to write comment.