Color Hex Logo

#be327d Color Hex

#BE327D
(190,50,125)
0 Favorites   0 Comments

Color spaces of #be327d

RGB 19050125
HSL0.910.580.47
HSV328°74°75°
CMYK 0.000.740.34   0.25
XYZ26.077514.709020.8667
Yxy14.70900.42300.2386
Hunter Lab38.352354.2538-5.4118
CIE-Lab45.233060.9617-9.7343

#be327d color RGB value is (190,50,125).

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

The process color (four color CMYK) of #be327d color hex is 0.00, 0.74, 0.34, 0.25. Web safe color of #be327d is #cc3366. Color #be327d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 01111101
Octal 276 62 175
Decimal 190 50 125
Hex BE 32 7D

RGB Percentages of Color #be327d

%52.05
%13.70
%34.25

CMYK Percentages of Color #be327d

%0
%74
%34
%25

Triadic Colors of #be327d

#be327d #7dbe32 #327dbe

Analogous Colors of #be327d

#be327d #be3237 #b932be

Monochromatic Colors of #be327d

#be327d

Complementary Color

#be327d #32be73

#be327d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be327d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be327d Color CSS Codes

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

#be327d Text Font Color

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

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


#be327d Background Color

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

This div background color is #be327d


#be327d Border Color

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

This div border color is #be327d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be327d


Comments

No comments written yet.

Please login to write comment.