color codes Logo

#be027c color codes

#BE027C
(190,2,124)
0 Favorites   0 Comments

Color spaces of #be027c

RGB 1902124
HSL0.890.980.38
HSV321°99°75°
CMYK 0.000.990.35   0.25
XYZ24.895012.445820.1589
Yxy12.44580.43300.2164
Hunter Lab35.278664.2243-9.1845
CIE-Lab41.916070.2719-14.1344

#be027c color RGB value is (190,2,124).

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

The process color (four color CMYK) of #be027c color code is 0.00, 0.99, 0.35, 0.25. Web safe color of #be027c is #cc0066. Color #be027c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 01111100
Octal 276 2 174
Decimal 190 2 124
Hex BE 2 7C

RGB Percentages of Color #be027c

%60.13
%0.63
%39.24

CMYK Percentages of Color #be027c

%0
%99
%35
%25

Triadic Colors of #be027c

#be027c #7cbe02 #027cbe

Analogous Colors of #be027c

#be027c #be021e #a202be

Monochromatic Colors of #be027c

#be027c

Complementary Color

#be027c #02be44

#be027c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be027c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be027c Color CSS Codes

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

#be027c Text Font Color

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

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


#be027c Background Color

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

This div background color is #be027c


#be027c Border Color

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

This div border color is #be027c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be027c


Comments

No comments written yet.

Please login to write comment.