Color Hex Logo

#be108a Color Hex

#BE108A
(190,16,138)
0 Favorites   0 Comments

Color spaces of #be108a

RGB 19016138
HSL0.880.840.40
HSV318°92°75°
CMYK 0.000.920.27   0.25
XYZ26.007913.152725.2127
Yxy13.15270.40400.2043
Hunter Lab36.266764.5410-15.8320
CIE-Lab42.992470.3301-21.1034

#be108a color RGB value is (190,16,138).

#be108a hex color red value is 190, green value is 16 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #be108a hue: 0.88 , saturation: 0.84 and the lightness value of be108a is 0.40.

The process color (four color CMYK) of #be108a color hex is 0.00, 0.92, 0.27, 0.25. Web safe color of #be108a is #cc0099. Color #be108a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010000 10001010
Octal 276 20 212
Decimal 190 16 138
Hex BE 10 8A

RGB Percentages of Color #be108a

%55.23
%4.65
%40.12

CMYK Percentages of Color #be108a

%0
%92
%27
%25

Triadic Colors of #be108a

#be108a #8abe10 #108abe

Analogous Colors of #be108a

#be108a #be1033 #9b10be

Monochromatic Colors of #be108a

#be108a

Complementary Color

#be108a #10be44

#be108a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be108a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be108a Color CSS Codes

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

#be108a Text Font Color

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

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


#be108a Background Color

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

This div background color is #be108a


#be108a Border Color

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

This div border color is #be108a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be108a


Comments

No comments written yet.

Please login to write comment.