Color Hex Logo

#be346c Color Hex

#BE346C
(190,52,108)
0 Favorites   0 Comments

Color spaces of #be346c

RGB 19052108
HSL0.930.570.47
HSV336°73°75°
CMYK 0.000.730.43   0.25
XYZ25.170014.485815.6568
Yxy14.48580.45510.2619
Hunter Lab38.060251.44032.2521
CIE-Lab44.921758.49010.2576

#be346c color RGB value is (190,52,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110100 01101100
Octal 276 64 154
Decimal 190 52 108
Hex BE 34 6C

RGB Percentages of Color #be346c

%54.29
%14.86
%30.86

CMYK Percentages of Color #be346c

%0
%73
%43
%25

Triadic Colors of #be346c

#be346c #6cbe34 #346cbe

Analogous Colors of #be346c

#be346c #be4134 #be34b1

Monochromatic Colors of #be346c

#be346c

Complementary Color

#be346c #34be86

#be346c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be346c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be346c Color CSS Codes

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

#be346c Text Font Color

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

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


#be346c Background Color

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

This div background color is #be346c


#be346c Border Color

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

This div border color is #be346c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be346c


Comments

No comments written yet.

Please login to write comment.