Color Hex Logo

#be106c Color Hex

#BE106C
(190,16,108)
0 Favorites   0 Comments

Color spaces of #be106c

RGB 19016108
HSL0.910.840.40
HSV328°92°75°
CMYK 0.000.920.43   0.25
XYZ24.127312.400415.3092
Yxy12.40040.46540.2392
Hunter Lab35.214260.6759-1.1261
CIE-Lab41.845567.2530-4.2649

#be106c color RGB value is (190,16,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010000 01101100
Octal 276 20 154
Decimal 190 16 108
Hex BE 10 6C

RGB Percentages of Color #be106c

%60.51
%5.10
%34.39

CMYK Percentages of Color #be106c

%0
%92
%43
%25

Triadic Colors of #be106c

#be106c #6cbe10 #106cbe

Analogous Colors of #be106c

#be106c #be1015 #b910be

Monochromatic Colors of #be106c

#be106c

Complementary Color

#be106c #10be62

#be106c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be106c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be106c Color CSS Codes

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

#be106c Text Font Color

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

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


#be106c Background Color

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

This div background color is #be106c


#be106c Border Color

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

This div border color is #be106c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be106c


Comments

No comments written yet.

Please login to write comment.