Color Hex Logo

#be206e Color Hex

#BE206E
(190,32,110)
0 Favorites   0 Comments

Color spaces of #be206e

RGB 19032110
HSL0.920.710.44
HSV330°83°75°
CMYK 0.000.830.42   0.25
XYZ24.566213.106015.9868
Yxy13.10600.45780.2442
Hunter Lab36.202257.7732-0.8408
CIE-Lab42.922564.5190-3.9203

#be206e color RGB value is (190,32,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100000 01101110
Octal 276 40 156
Decimal 190 32 110
Hex BE 20 6E

RGB Percentages of Color #be206e

%57.23
%9.64
%33.13

CMYK Percentages of Color #be206e

%0
%83
%42
%25

Triadic Colors of #be206e

#be206e #6ebe20 #206ebe

Analogous Colors of #be206e

#be206e #be2120 #be20bd

Monochromatic Colors of #be206e

#be206e

Complementary Color

#be206e #20be70

#be206e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be206e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be206e Color CSS Codes

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

#be206e Text Font Color

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

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


#be206e Background Color

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

This div background color is #be206e


#be206e Border Color

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

This div border color is #be206e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,32,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 #be206e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be206e


Comments

No comments written yet.

Please login to write comment.