Color Hex Logo

#be107b Color Hex

#BE107B
(190,16,123)
0 Favorites   0 Comments

Color spaces of #be107b

RGB 19016123
HSL0.900.840.40
HSV323°92°75°
CMYK 0.000.920.35   0.25
XYZ24.995612.747819.8820
Yxy12.74780.43380.2212
Hunter Lab35.704162.4817-8.0231
CIE-Lab42.380868.6992-12.8089

#be107b color RGB value is (190,16,123).

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

The process color (four color CMYK) of #be107b color hex is 0.00, 0.92, 0.35, 0.25. Web safe color of #be107b is #cc0066. Color #be107b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010000 01111011
Octal 276 20 173
Decimal 190 16 123
Hex BE 10 7B

RGB Percentages of Color #be107b

%57.75
%4.86
%37.39

CMYK Percentages of Color #be107b

%0
%92
%35
%25

Triadic Colors of #be107b

#be107b #7bbe10 #107bbe

Analogous Colors of #be107b

#be107b #be1024 #aa10be

Monochromatic Colors of #be107b

#be107b

Complementary Color

#be107b #10be53

#be107b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be107b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be107b Color CSS Codes

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

#be107b Text Font Color

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

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


#be107b Background Color

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

This div background color is #be107b


#be107b Border Color

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

This div border color is #be107b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be107b


Comments

No comments written yet.

Please login to write comment.