Color Hex Logo

#be107f Color Hex

#BE107F
(190,16,127)
0 Favorites   0 Comments

Color spaces of #be107f

RGB 19016127
HSL0.890.840.40
HSV322°92°75°
CMYK 0.000.920.33   0.25
XYZ25.251312.850021.2281
Yxy12.85000.42560.2166
Hunter Lab35.846963.0070-10.0180
CIE-Lab42.536469.1172-15.0456

#be107f color RGB value is (190,16,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010000 01111111
Octal 276 20 177
Decimal 190 16 127
Hex BE 10 7F

RGB Percentages of Color #be107f

%57.06
%4.80
%38.14

CMYK Percentages of Color #be107f

%0
%92
%33
%25

Triadic Colors of #be107f

#be107f #7fbe10 #107fbe

Analogous Colors of #be107f

#be107f #be1028 #a610be

Monochromatic Colors of #be107f

#be107f

Complementary Color

#be107f #10be4f

#be107f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be107f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be107f Color CSS Codes

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

#be107f Text Font Color

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

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


#be107f Background Color

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

This div background color is #be107f


#be107f Border Color

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

This div border color is #be107f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be107f


Comments

No comments written yet.

Please login to write comment.