Color Hex Logo

#be348c Color Hex

#BE348C
(190,52,140)
0 Favorites   0 Comments

Color spaces of #be348c

RGB 19052140
HSL0.890.570.47
HSV322°73°75°
CMYK 0.000.730.26   0.25
XYZ27.196815.296626.3300
Yxy15.29660.39520.2223
Hunter Lab39.110955.6808-12.5373
CIE-Lab46.037862.0763-17.6408

#be348c color RGB value is (190,52,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110100 10001100
Octal 276 64 214
Decimal 190 52 140
Hex BE 34 8C

RGB Percentages of Color #be348c

%49.74
%13.61
%36.65

CMYK Percentages of Color #be348c

%0
%73
%26
%25

Triadic Colors of #be348c

#be348c #8cbe34 #348cbe

Analogous Colors of #be348c

#be348c #be3447 #ab34be

Monochromatic Colors of #be348c

#be348c

Complementary Color

#be348c #34be66

#be348c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be348c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be348c Color CSS Codes

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

#be348c Text Font Color

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

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


#be348c Background Color

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

This div background color is #be348c


#be348c Border Color

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

This div border color is #be348c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be348c


Comments

No comments written yet.

Please login to write comment.