Color Hex Logo

#be206c Color Hex

#BE206C
(190,32,108)
0 Favorites   0 Comments

Color spaces of #be206c

RGB 19032108
HSL0.920.710.44
HSV331°83°75°
CMYK 0.000.830.43   0.25
XYZ24.458513.062915.4196
Yxy13.06290.46200.2467
Hunter Lab36.142657.54520.0048
CIE-Lab42.857964.3316-2.7689

#be206c color RGB value is (190,32,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100000 01101100
Octal 276 40 154
Decimal 190 32 108
Hex BE 20 6C

RGB Percentages of Color #be206c

%57.58
%9.70
%32.73

CMYK Percentages of Color #be206c

%0
%83
%43
%25

Triadic Colors of #be206c

#be206c #6cbe20 #206cbe

Analogous Colors of #be206c

#be206c #be2320 #be20bb

Monochromatic Colors of #be206c

#be206c

Complementary Color

#be206c #20be72

#be206c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be206c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be206c Color CSS Codes

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

#be206c Text Font Color

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

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


#be206c Background Color

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

This div background color is #be206c


#be206c Border Color

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

This div border color is #be206c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be206c


Comments

No comments written yet.

Please login to write comment.