Color Hex Logo

#be016c Color Hex

#BE016C
(190,1,108)
0 Favorites   0 Comments

Color spaces of #be016c

RGB 1901108
HSL0.910.990.37
HSV326°99°75°
CMYK 0.000.990.43   0.25
XYZ23.952812.051615.2511
Yxy12.05160.46730.2351
Hunter Lab34.715462.4087-1.7464
CIE-Lab41.298068.8480-5.0772

#be016c color RGB value is (190,1,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000001 01101100
Octal 276 1 154
Decimal 190 1 108
Hex BE 1 6C

RGB Percentages of Color #be016c

%63.55
%0.33
%36.12

CMYK Percentages of Color #be016c

%0
%99
%43
%25

Triadic Colors of #be016c

#be016c #6cbe01 #016cbe

Analogous Colors of #be016c

#be016c #be010d #b201be

Monochromatic Colors of #be016c

#be016c

Complementary Color

#be016c #01be53

#be016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be016c Color CSS Codes

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

#be016c Text Font Color

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

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


#be016c Background Color

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

This div background color is #be016c


#be016c Border Color

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

This div border color is #be016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be016c


Comments

No comments written yet.

Please login to write comment.