Color Hex Logo

#be208a Color Hex

#BE208A
(190,32,138)
0 Favorites   0 Comments

Color spaces of #be208a

RGB 19032138
HSL0.890.710.44
HSV320°83°75°
CMYK 0.000.830.27   0.25
XYZ26.339213.815225.3231
Yxy13.81520.40230.2110
Hunter Lab37.168861.4463-14.3761
CIE-Lab43.966767.5030-19.6026

#be208a color RGB value is (190,32,138).

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

The process color (four color CMYK) of #be208a color hex is 0.00, 0.83, 0.27, 0.25. Web safe color of #be208a is #cc3399. Color #be208a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100000 10001010
Octal 276 40 212
Decimal 190 32 138
Hex BE 20 8A

RGB Percentages of Color #be208a

%52.78
%8.89
%38.33

CMYK Percentages of Color #be208a

%0
%83
%27
%25

Triadic Colors of #be208a

#be208a #8abe20 #208abe

Analogous Colors of #be208a

#be208a #be203b #a320be

Monochromatic Colors of #be208a

#be208a

Complementary Color

#be208a #20be54

#be208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be208a Color CSS Codes

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

#be208a Text Font Color

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

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


#be208a Background Color

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

This div background color is #be208a


#be208a Border Color

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

This div border color is #be208a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be208a


Comments

No comments written yet.

Please login to write comment.