Color Hex Logo

#be306e Color Hex

#BE306E
(190,48,110)
0 Favorites   0 Comments

Color spaces of #be306e

RGB 19048110
HSL0.930.600.47
HSV334°75°75°
CMYK 0.000.750.42   0.25
XYZ25.106614.186816.1669
Yxy14.18680.45270.2558
Hunter Lab37.665453.06830.9170
CIE-Lab44.499660.0396-1.5959

#be306e color RGB value is (190,48,110).

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

The process color (four color CMYK) of #be306e color hex is 0.00, 0.75, 0.42, 0.25. Web safe color of #be306e is #cc3366. Color #be306e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110000 01101110
Octal 276 60 156
Decimal 190 48 110
Hex BE 30 6E

RGB Percentages of Color #be306e

%54.60
%13.79
%31.61

CMYK Percentages of Color #be306e

%0
%75
%42
%25

Triadic Colors of #be306e

#be306e #6ebe30 #306ebe

Analogous Colors of #be306e

#be306e #be3930 #be30b5

Monochromatic Colors of #be306e

#be306e

Complementary Color

#be306e #30be80

#be306e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be306e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be306e Color CSS Codes

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

#be306e Text Font Color

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

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


#be306e Background Color

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

This div background color is #be306e


#be306e Border Color

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

This div border color is #be306e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be306e


Comments

No comments written yet.

Please login to write comment.