Color Hex Logo

#be007c Color Hex

#BE007C
(190,0,124)
0 Favorites   0 Comments

Color spaces of #be007c

RGB 1900124
HSL0.891.000.37
HSV321°100°75°
CMYK 0.001.000.35   0.25
XYZ24.873312.402420.1517
Yxy12.40240.43310.2160
Hunter Lab35.217064.4422-9.2747
CIE-Lab41.848770.4695-14.2371

#be007c color RGB value is (190,0,124).

#be007c hex color red value is 190, green value is 0 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #be007c hue: 0.89 , saturation: 1.00 and the lightness value of be007c is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000000 01111100
Octal 276 0 174
Decimal 190 0 124
Hex BE 0 7C

RGB Percentages of Color #be007c

%60.51
%0.00
%39.49

CMYK Percentages of Color #be007c

%0
%100
%35
%25

Triadic Colors of #be007c

#be007c #7cbe00 #007cbe

Analogous Colors of #be007c

#be007c #be001d #a100be

Monochromatic Colors of #be007c

#be007c

Complementary Color

#be007c #00be42

#be007c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be007c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be007c Color CSS Codes

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

#be007c Text Font Color

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

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


#be007c Background Color

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

This div background color is #be007c


#be007c Border Color

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

This div border color is #be007c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be007c


Comments

No comments written yet.

Please login to write comment.