Color Hex Logo

#be236f Color Hex

#BE236F
(190,35,111)
0 Favorites   0 Comments

Color spaces of #be236f

RGB 19035111
HSL0.920.690.44
HSV331°82°75°
CMYK 0.000.820.42   0.25
XYZ24.705513.296916.3034
Yxy13.29690.45490.2449
Hunter Lab36.464957.1227-0.9830
CIE-Lab43.207263.8927-4.1214

#be236f color RGB value is (190,35,111).

#be236f hex color red value is 190, green value is 35 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be236f hue: 0.92 , saturation: 0.69 and the lightness value of be236f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100011 01101111
Octal 276 43 157
Decimal 190 35 111
Hex BE 23 6F

RGB Percentages of Color #be236f

%56.55
%10.42
%33.04

CMYK Percentages of Color #be236f

%0
%82
%42
%25

Triadic Colors of #be236f

#be236f #6fbe23 #236fbe

Analogous Colors of #be236f

#be236f #be2423 #be23bd

Monochromatic Colors of #be236f

#be236f

Complementary Color

#be236f #23be72

#be236f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be236f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be236f Color CSS Codes

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

#be236f Text Font Color

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

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


#be236f Background Color

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

This div background color is #be236f


#be236f Border Color

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

This div border color is #be236f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be236f


Comments

No comments written yet.

Please login to write comment.