Color Hex Logo

#be127c Color Hex

#BE127C
(190,18,124)
0 Favorites   0 Comments

Color spaces of #be127c

RGB 19018124
HSL0.900.830.41
HSV323°91°75°
CMYK 0.000.910.35   0.25
XYZ25.089612.835020.2238
Yxy12.83500.43150.2207
Hunter Lab35.826062.3115-8.3911
CIE-Lab42.513668.5278-13.2264

#be127c color RGB value is (190,18,124).

#be127c hex color red value is 190, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #be127c hue: 0.90 , saturation: 0.83 and the lightness value of be127c is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 01111100
Octal 276 22 174
Decimal 190 18 124
Hex BE 12 7C

RGB Percentages of Color #be127c

%57.23
%5.42
%37.35

CMYK Percentages of Color #be127c

%0
%91
%35
%25

Triadic Colors of #be127c

#be127c #7cbe12 #127cbe

Analogous Colors of #be127c

#be127c #be1226 #aa12be

Monochromatic Colors of #be127c

#be127c

Complementary Color

#be127c #12be54

#be127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be127c Color CSS Codes

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

#be127c Text Font Color

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

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


#be127c Background Color

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

This div background color is #be127c


#be127c Border Color

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

This div border color is #be127c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be127c


Comments

No comments written yet.

Please login to write comment.